d7d1c9c8e4
Previously parsing would break if the code block contained a string of backticks of sufficient length followed by something other than end of line. Closes #5304.
246 B
246 B
% pandoc -f markdown -t markdown
``` {.markdown}
`«sträng»`
`` «sträng» ``
``` «sträng» ```
````«sträng»````
...
```
^D
``` {.markdown}
`«sträng»`
`` «sträng» ``
``` «sträng» ```
````«sträng»````
...
```