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
Input DocBook:
<simpara><link linkend="abc">Do ABC</link></simpara> ... <section id="abc"> <title>1. Do ABC</title>
Output Markdown:
[Do ABC](#abc) ... ## 1. Do ABC
Expected/Desired Output:
[Do ABC](#abc) ... ## 1. Do ABC ## {#abc}
Conversion Command Used: pandoc abc.xml -f docbook -t markdown --no-wrap --atx-headers --base-header-level=2 -o abc.md
pandoc abc.xml -f docbook -t markdown --no-wrap --atx-headers --base-header-level=2 -o abc.md
The text was updated successfully, but these errors were encountered:
9e75b9b
No branches or pull requests
Input DocBook:
Output Markdown:
Expected/Desired Output:
Conversion Command Used:
pandoc abc.xml -f docbook -t markdown --no-wrap --atx-headers --base-header-level=2 -o abc.md
The text was updated successfully, but these errors were encountered: