Actions
Defect #25299
closedMarkdown pre-block could derive incorrect wiki sections
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In markdown formatting, pre-block by ```
including #
derives incorrect wiki editable-sections.
Example:
# H1 ## H2 ``` ## pre-block ``` ### H3
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.
Files
Related issues
Updated by Go MAEDA almost 7 years ago
- Blocks Feature #22843: Change the value of "pre" button in Markdown toolbar from "~~~" to "```" added
Updated by Go MAEDA over 6 years ago
- Target version changed from 4.1.0 to 3.3.7
- Affected version set to 3.3.6
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.
Updated by Jean-Philippe Lang over 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.
Actions