aboutsummaryrefslogtreecommitdiff
path: root/aux
AgeCommit message (Collapse)Author
2021-01-30Fix nested listsJohn Ankarström
2021-01-30Keep track of open inline format, auto-close at block breakJohn Ankarström
2021-01-30Re-arrange source codeJohn Ankarström
2021-01-29Add support for mixed nested listsJohn Ankarström
That is, <ul> within <ol> or vice versa.
2021-01-29Fix listsJohn Ankarström
Apparently I removed "open" from every "openblock"? How?
2021-01-29Escape &, <, >John 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-29Add hyperlink referencesJohn Ankarström
This requires two passes, the first done by aux/emcollect, the second by aux/emparse (the main awk script).