We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My pandoc version
pandoc 2.9.2 Compiled with pandoc-types 1.20, texmath 0.12.0.1, skylighting 0.8.3.2
I try to convert this org-mode block:
* Header #+begin_tip I'm a tip #+end_tip ** Subheader
with this pandoc command pandoc -s input.org --wrap=preserve -t asciidoc -o output.adoc
pandoc -s input.org --wrap=preserve -t asciidoc -o output.adoc
And I get this:
== Header [TIP] ==== I'm a tip ======= Subheader ^
There should be a line break at the caret symbol, but there isn't.
The text was updated successfully, but these errors were encountered:
6baacb5
No branches or pull requests
My pandoc version
I try to convert this org-mode block:
with this pandoc command
pandoc -s input.org --wrap=preserve -t asciidoc -o output.adoc
And I get this:
There should be a line break at the caret symbol, but there isn't.
The text was updated successfully, but these errors were encountered: