Vote #78310
完了Markdown pre-block could derive incorrect wiki sections
0%
説明
In markdown formatting, pre-block by @```@ including @#@ derives incorrect wiki editable-sections.
Example:
# H1 ## H2 ``` ## pre-block ``` ### H3
!redmine-wiki.png!
Editing section "H2":
## H2 ```
and editing section "H3":
## pre-block ``` ### H3
As above, @#@ in pre-block is treated as markdown header.
NOTE pre-block by @~~~@ does right results.
# H1 ## H2 ~~~ ## pre-block ~~~ ### H3
Editing "H2":
## H2 ~~~ ## pre-block ~~~ ### H3
and editing "H3":
### H3
I attached a fix patch.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Since it is a very small fix, I think we can include the fix in the next minor release. Setting target version to 3.3.7.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
related_issues
blocks,Closed,22843,Change the value of "pre" button in Markdown toolbar from "~~~" to "```"