Vote #80376
完了Incorrect headings example in Textile help
0%
説明
Example in the help (source:tags/4.0.4/public/help/en/wiki_syntax_detailed_textile.html#L203):
h1. Heading h2. Subheading h3. Subsubheading
Rendered:
subsequent lines are treated as a part of first h1. Newlines should be inserted between lines.
!{width: 223px; border: 1px solid #ccc;}.wrongly-rendered-headings@2x.png!
The example should be as follows:
h1. Heading h2. Subheading h3. Subsubheading
journals
Here is a patch to fix this issue.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Setting the target version to 3.4.12.
--------------------------------------------------------------------------------
Committed the patch.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------