aboutsummaryrefslogtreecommitdiff
path: root/em
AgeCommit message (Collapse)Author
2021-02-01Fix hyperlink references containing equal signsJohn Ankarström
This could probably be done more elegantly, but it works.
2021-01-31Remove (linktext) links, add <link> linksJohn Ankarström
2021-01-30Move aux files to root directoryJohn Ankarström
2021-01-29Don't set linktext environment variable if already setJohn 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 block-level elementsJohn Ankarström