You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
Note that I consider mmark the logical successor of Pandoc2rfc.
Pandoc2rfc can't output XML2RFC v3 XML, so when the IETF switches over to that format, you'll
need something else. Mmark can output v3 (and v2 for that matter).
Differences with Pandoc
Although you can type Pandoc just fine, there are two things that differ
Using Pandoc citations is not supported, you must use internal references
for this;
Referencing figures and tables is done by abusing inline footnotes, which are
typeset directly after the figure or table. Like so:
^[tab:simple::Demonstration of **simple** table syntax.]
Where tab:simple will be the anchor and the text after :: as used for the title.
List with style=format REG%d are typeset with strikethrough text in the
first element, as such:
1. ~~REQ%d~~ First REQ1 item;
2. Second REQ2 item.
An index is done by (yet again) by using a foonote, but the first item is a superscript: