aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-29Update READMEJohn Ankarström
2021-01-29Don't set linktext environment variable if already setJohn Ankarström
2021-01-29Handle round parentheses in inline formattingJohn Ankarström
2021-01-29Fix formattingJohn Ankarström
2021-01-29Remove hyperlink reference list items from outputJohn Ankarström
2021-01-29Update testJohn Ankarström
2021-01-29Remove newline from hyperlinkJohn Ankarström
2021-01-29Add hyperlink referencesJohn Ankarström
This requires two passes, the first done by aux/emcollect, the second by aux/emparse (the main awk script).
2021-01-29Add references and reference listsJohn Ankarström
2021-01-29Fix multi-word inline formattingJohn Ankarström
2021-01-29Add inline formattingJohn Ankarström
This is arguably the ugliest part of the implementation, but that's because awk isn't built for inline text processing.
2021-01-29Add testsJohn Ankarström
2021-01-29Add block-level elementsJohn Ankarström