Tips and news about # pandoc , the universal document converter by John MacFarlane. This account is run by @ tarleb . All posts made from this account are licensed under CC BY 4.0, meaning that you're free to use everything however you want, just please cite your sources.
Tips and news about # pandoc , the universal document converter by John MacFarlane. This account is run by @ tarleb . All posts made from this account are licensed under CC BY 4.0, meaning that you're free to use everything however you want, just please cite your sources.
The default HTML-output generated by pandoc is polyglot HTML, i.e., it's both valid HTML and XML.
The `tidy` utility is a tool that can generate pure HTML; it can also shed a few bytes by omitting optional tags. E.g.
pandoc --to=html -s … | tidy -q -ashtml -omit