Closed
Description
The Digital Publishing WAI-ARIA Module 1.0 has recently become a W3C recommendation. It contains semantic structures that are derived from EPUB. I think that these that are well suited for many of pandoc's usecases.
The relevant parts are:
- Use
doc-endnotes
,doc-endnote
,doc-noteref
, anddoc-backlink
roles for footnotes. - Use
doc-bibliography
,doc-biblioentry
, anddoc-biblioref
roles for bibliography. - Use
doc-toc
role for auto-generated table of contents.
Unfortunately, I do not know enough haskell to implement this myself.
See also michelf/php-markdown#287