bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Wikimodel swallows "\\" characters for the xwiki syntax #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example having this as an input source:

{nowiki}
* this is not a list and this is not *bold*
[not a link]
\\ <-- not a newline
{/nowiki}

Generates an onMacro event with the following content:

* this is not a list and this is not *bold*
[not a link]
 <-- not a newline

(note the missing \\)

Original issue reported on code.google.com by vmas...@gmail.com on 27 Jul 2008 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by mikhail....@gmail.com on 27 Jul 2008 at 9:00