You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension: blank_before_header
Standard markdown syntax does not require a blank line
before a header. Pandoc does require this (except, of
course, at the beginning of the document). The reason for
the requirement is that it is all too easy for a # to end up
at the beginning of a line by accident (perhaps through line
wrapping). Consider, for example:
I like several of their flavors of ice cream:
#22, for example, and #5.
You can turn this off: pandoc -f markdown-blank_before_header
John
+++ octoploid [Sep 22 15 10:19 ]:
C++ Core Guidelines
is currently converted to (e.g. latex):
C++ Core Guidelines
When I add a newline between the html tag and the atx-style header I
get the desired result:
C++ Core Guidelines
to
\section{C++ Core Guidelines}\label{c-core-guidelines}
Is this intended?
—
Reply to this email directly or [1]view it on GitHub.
is currently converted to (e.g. latex):
When I add a newline between the html tag and the atx-style header I get the desired result:
to
Is this intended?
The text was updated successfully, but these errors were encountered: