Commonmark_x: Issue with generating gfm_auto_identifiers
#9876
Unanswered
lamyergeier
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There are several separate issues here which we should try to untangle:
In the second case an explicit identifier is generated because the generated one (with this selection of options) would be different from the one the reader produces. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I want to do? I want pandoc to add unique gfm identifiers automatically to each header (with commonmark_x reader and writer)? I need this as a potential solution to Tagging each header in a markdown file · jgm/pandoc · Discussion #9875, as I plan to use these identifiers as names of array to define the tags for the header in yaml block.
Info
List of enabled extensions with commonmark_x
List of disabled extensions with commonmark_x
Observation
gfm_auto_identifiers
is enabled andascii_identifiers
is disabled.Conclusion
Experiment
Sample Data
$ \cat Sample.markdown
Experiment 1
Experiment 2
Observation
Questions
auto_identifiers
are not defined for commonmark_x and gfm_auto_identifiers was disabled.gfm_auto_identifier
which has only ascii characters ` to commonmark_x output?gfm_auto_identifiers
superior toauto_identifiers
asauto_identifiers
is not available in commonmark_x?Beta Was this translation helpful? Give feedback.
All reactions