Details
-
Task
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Unit
-
Description
The horizontal line wiki markup is triggered by placing four or more consecutive dashes, surrounded by whitespace.
It generates markup specifying that a horizontal line should be drawn; in XHTML the <hr> tag is used.
Expected behavior:
This is not -- a line => This is not -- a line (todo: replace with –?) This is not --- a line => This is not --- a line (todo: replace with —?) This is not----a line => This is not----a line This is not ----a line => This is not ----a line This is not---- a line => This is not---- a line This is not a line---- => This is not a line---- ----This is not a line => ----This is not a line This is ----stroked---- => This is <del>--stroked--</del> This is ---- a line => This is <hr/> a line This is a line ---- => This is a line <hr/> this is a ------ line => this is a <hr/> line this is a ----------- long line => this is a <hr/> long line ---- => <hr/> ^ ---- $ => ^ <hr/> $ ^---- $ => ^<hr/> $ ^ ----$ => ^ <hr/>$ ---- this is a list item => ...<li>This is a list item</li>... Ignore <a href="/somePageWith-----dashes">attributes</a> => Ignore <a href="/somePageWith-----dashes">attributes</a> Ignore <!----> short comments => Ignore <!----> short comments
Attachments
Issue Links
- relates to
-
XWIKI-1206 Formally define the XWiki wiki syntax
- Closed