bryonjacob / wikimodel

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

Inline nowiki is not working correctly #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
To test inline nowiki, I feed the parser the following lines

The following line will test inline nowiki
before the nowiki {{{ during the nowiki }}} after the nowiki
done

What is the expected output? What do you see instead?
When this gets rendered to HTML by the PrintListener, it looks like:

<div class='doc'>
<p>The following line will test inline nowiki
before the nowiki <code>{{{ during the nowiki }}}</code> after the nowiki
done </p>

The nowiki markup strings of "{{{" and "}}}" should not show up in the
rendered HTML.  The output should look like:

<div class='doc'>
<p>The following line will test inline nowiki
before the nowiki <code> during the nowiki </code> after the nowiki
done </p>

What version of the product are you using? On what operating system?
wikimodel-0.1.jar on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by dannylev...@gmail.com on 7 Jan 2008 at 2:33

GoogleCodeExporter commented 8 years ago
Sorry... this is for the CreoleParser.  I should have put that in the title of 
the issue.

Original comment by dannylev...@gmail.com on 7 Jan 2008 at 2:33

GoogleCodeExporter commented 8 years ago

Original comment by mikhail....@gmail.com on 8 Jan 2008 at 9:58

GoogleCodeExporter commented 8 years ago

Original comment by mikhail....@gmail.com on 8 Jan 2008 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by mikhail....@gmail.com on 8 Jan 2008 at 4:07