This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
b306f2e1fd
pandoc
/
test
/
command
/
5519.md
15 lines
100 B
Markdown
Raw
Normal View
History
Unescape
Escape
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.
2019-05-23 00:21:15 +02:00
~~~
% pandoc -t markdown
``````{.attr}
```
code
```
``````
^D
Markdown writer: Cleaner (code)blocks with single class (#7242) When a block only has a single class and no other attributes, it is not necessary to wrap the class attribute in curly braces – the class name can be placed after the opening mark as is. This will result in bit cleaner output when pandoc is used as a markdown pretty-printer.
2021-04-25 19:36:06 +02:00
```` attr
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.
2019-05-23 00:21:15 +02:00
```
code
```
````
~~~
Reference in a new issue
Copy permalink