Skip to content
New issue

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

Add option to produce asciidoc output without explicit heading ids #4363

Closed
cirosantilli opened this issue Feb 13, 2018 · 1 comment
Closed

Comments

@cirosantilli
Copy link

cirosantilli commented Feb 13, 2018

printf '# my h1' | pandoc -f markdown -t asciidoc

on pandoc 1.19.2.1 produces:

[[my-h1]]
my h1
-----

I want an option to produce instead just:

my h1
-----

since asciidoctor already generates the implicit ids by default for me.

@cirosantilli cirosantilli changed the title asciidoc id Allow output without explicit asciidoc ids Feb 13, 2018
@cirosantilli cirosantilli changed the title Allow output without explicit asciidoc ids Allow asciidoc output without explicit heading ids Feb 13, 2018
@cirosantilli cirosantilli changed the title Allow asciidoc output without explicit heading ids Add option to produce asciidoc output without explicit heading ids Feb 13, 2018
@link2xt link2xt self-assigned this Feb 13, 2018
@link2xt link2xt added the writer label Feb 13, 2018
@cirosantilli
Copy link
Author

💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants