mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Markdown writer: Ensure the code fence is long enough.
Previously too few backticks were used when the code block contained an indented line of backticks. (Ditto tildes.) Cloess #5519.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
~~~
|
||||
% pandoc -t markdown
|
||||
``````{.attr}
|
||||
```
|
||||
code
|
||||
```
|
||||
``````
|
||||
^D
|
||||
```` {.attr}
|
||||
```
|
||||
code
|
||||
```
|
||||
````
|
||||
~~~
|
||||
Reference in New Issue
Block a user