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:
John MacFarlane
2019-05-22 15:21:15 -07:00
parent c17ace8c09
commit aef71894ce
2 changed files with 24 additions and 11 deletions
+14
View File
@@ -0,0 +1,14 @@
~~~
% pandoc -t markdown
``````{.attr}
```
code
```
``````
^D
```` {.attr}
```
code
```
````
~~~