Howdy,

I am attempting to convert from docx to GFM, but seem to be missing something about how to enable gfm_auto_identifiers correctly. I have headers with periods in them (eg - "Step 1. Do This"), and the identifiers that get constructed for the TOC still contain these periods. This is the command I'm using:

$ pandoc -f docx -t gfm+gfm_auto_identifiers --toc -s SomeFile.docx -o SomeOtherFile.md

This results in TOC entries like: "[Step 1. Do This](#step-1.-do-this)"

Any ideas what I'm doing wrong?

Thanks,
Sean


--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d7cdce51-3057-406d-a2d5-265ca08f3877n%40googlegroups.com.