mediawiki.html: Fix jsduck syntax for list, backtick html, link url
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 26 Mar 2014 20:44:24 +0000 (13:44 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 26 Mar 2014 20:45:09 +0000 (20:45 +0000)
commit1aff0557e82236bc778f131282319a69559ef693
tree74af9480df9c496507a4b0fc7c51cda7f7585f14
parent0238d4c01b93f5984816091db38e20043cfc5c17
mediawiki.html: Fix jsduck syntax for list, backtick html, link url

* For the list to render as a list (instead of a paragraph
  with hyphens in it and collapsed linebreak whitespace), it has
  to be in block context. Meaning, a line break first.

* Backtick the <br> tag, otherwise it becomes an actual line
  break as Markdown supports <br>.

* Turn the url into an actual link (unlike wikitext, Markdown
  doesn't do magic linking of urls).

Change-Id: I0e3913cd5f97bf37381a99cbdc6af651a8872c70
resources/mediawiki/mediawiki.js