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.
24 lines
246 B
Markdown
24 lines
246 B
Markdown
````
|
|
% pandoc -f markdown -t markdown
|
|
``` {.markdown}
|
|
`«sträng»`
|
|
|
|
`` «sträng» ``
|
|
|
|
``` «sträng» ```
|
|
|
|
````«sträng»````
|
|
...
|
|
```
|
|
^D
|
|
``` {.markdown}
|
|
`«sträng»`
|
|
|
|
`` «sträng» ``
|
|
|
|
``` «sträng» ```
|
|
|
|
````«sträng»````
|
|
...
|
|
```
|
|
````
|