Markdown issues
- for a list to be rendered as such, there has to be an empty line before the start of the list. NOT TRUE.
Example:
The trailing '##' for headings are unnecessary. "# foo # bar" will render bar as a header too. TWiki doesn't use trailing heading marker (the heading ends at the end of the line)
That's a known part of the syntax, documentation bug? -- t0m
How can a WikiWord be escaped? (!TWiki does this by prefixing the word with an exclamation mark)
You do this by putting a backslash () before the WikiWord, but that doesn't seem to work. Note, that the WikiWords used in MojoMojo are not provided by Markdown, so the bug isn't relevant here.
