Hi, I'm trying to convert markdown files into a single epub. The problem is that I didn't find out any good way to place the appendix. the epub standard supports backmatter and appendix (http://www.idpf.org/epub/profiles/edu/structure/#h.bd4uivk2tanq). I want the toc to be generated accordingly. All the headlines should be numbered like 1.1, 1.2, 2.1, 2.2, 2.3 and so on. The appendix should be numbered like A., B. and so on. How could I do this? Also in the epub standard are a log of attributes which are used by epub readers (at least should be used) but pandoc doesn't allow them to be used inside the AST because since epub is using HTML5 it always prepends the attributes with "data-" (e.g.:

) This is bad because you always need a RawBlock inside the AST to work around this. Is there a way to stop pandoc from adding "data" to every non HTML5 attribute? There are epub:types for frontmatter, bodymatter and backmatter. Also for appendix and alot of other stuff. This should be considered when generating an epub. Especially for the toc. Thanks in advance -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/058abc78-e555-4372-be20-ade0b5d539ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.