Here's the deal: I am converting markdown to epub. One of the markdown files is pretty big, but it's broken up into various level-3. There are many cross-ref links among the items on the page. e.g.:

### B

<a id="ref1">Bar, Foo. What a mess!

### F

<a id="ref2">Foo Bar. See [Bar, Foo](#ref1)


But since the file is pretty big I use epub-chapter-level=3 to split it up into small chunks in the epub output. But doing that breaks the cross-ref links.

What are my options for getting this to work?

--
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/80a1607f-2986-422e-a0c5-674e011c7414n%40googlegroups.com.