mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
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»````
...
```