Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-25 | Markdown writer: Cleaner (code)blocks with single class (#7242) | Jan Tojnar | 1 | -1/+1 | |
When a block only has a single class and no other attributes, it is not necessary to wrap the class attribute in curly braces – the class name can be placed after the opening mark as is. This will result in bit cleaner output when pandoc is used as a markdown pretty-printer. | |||||
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -0/+14 | |
Previously too few backticks were used when the code block contained an indented line of backticks. (Ditto tildes.) Cloess #5519. |