aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-31Add information about literal hyperlinks to READMEJohn Ankarström
2021-01-31Support literal hyperlinks starting with a hashJohn Ankarström
2021-01-31Add information about htindex to READMEJohn Ankarström
2021-01-31Rename index to htindex (like htwrap)John Ankarström
2021-01-31Add index scriptJohn Ankarström
Index automatically adds appropriate ids to HTML headings and prints an index of all headings on stderr (unless given the -s, silent, option).
2021-01-31Add blockquote syntaxJohn Ankarström
2021-01-31Fix references in READMEJohn Ankarström
2021-01-31Remove (linktext) links, add <link> linksJohn Ankarström
2021-01-31Fix mkfileJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30BUGS: Add note about blockquote supportJohn Ankarström
2021-01-30Support multiple numbers/letters in referencesJohn Ankarström
(The letters are useful for hyperlink references.)
2021-01-30Update READMEJohn Ankarström
2021-01-30Fix error in READMEJohn Ankarström
2021-01-30Fix formatting in READMEJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30Fix broken link in READMEJohn Ankarström
2021-01-30Add htwrap to mk installJohn Ankarström
2021-01-30Add htwrapJohn Ankarström
2021-01-30Fix HTML character escapingJohn Ankarström
2021-01-30Move aux files to root directoryJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30Fix nested listsJohn Ankarström
2021-01-30Keep track of open inline format, auto-close at block breakJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30Add mk installJohn Ankarström
2021-01-30Add BUGS fileJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30Update READMEJohn Ankarström
2021-01-30Re-arrange source codeJohn Ankarström
2021-01-30Update READMEJohn 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-29Don't parse contents of pre blocksJohn Ankarström
2021-01-29Fix == translating to h3John Ankarström
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