bryonjacob / wikimodel

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

The "**bold**" sequence is recognized as a list #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a "\n**bold" sequence and try to parse it using the CommonWikiParser

What is the expected output? What do you see instead?
The sequence above is recognized as a list of the second level, and not as
a strong formatted text in a paragraph.

All sequences "\n** xxx" should be recognized as item markups and
"\n**strong" as a bold formatting  switchers.

Original issue reported on code.google.com by mikhail....@gmail.com on 27 Nov 2007 at 5:41

GoogleCodeExporter commented 8 years ago
Now the following syntax is recognized:
{{{
*bold*
**bold**

* item 
** subitem 

* item
 * subitem
}}}

Original comment by mikhail....@gmail.com on 29 Nov 2007 at 11:21