bryonjacob / wikimodel

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

XWiki syntax for horizontal line is 4 dashes or more and not 3 #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiSyntax20#HHorizontalLine

Patch:
Replace the following in XWikiScanner.jj:

    | <#HORLINE: "---" ("-")+ >

by

    | <#HORLINE: "----" ("-")+ >

Original issue reported on code.google.com by vmas...@gmail.com on 14 Aug 2008 at 7:07

GoogleCodeExporter commented 8 years ago
Actually I was wrong. The current implementation is correct. Please mark this 
issue
as invalid and close it.

Sorry for the noise.

-Vincent

Original comment by vmas...@gmail.com on 14 Aug 2008 at 7:15

GoogleCodeExporter commented 8 years ago

Original comment by vmas...@gmail.com on 27 Aug 2008 at 1:32