Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Update README | John Ankarström | |
2021-01-29 | Add support for mixed nested lists | John Ankarström | |
That is, <ul> within <ol> or vice versa. | |||
2021-01-29 | Fix lists | John Ankarström | |
Apparently I removed "open" from every "openblock"? How? | |||
2021-01-29 | Escape &, <, > | John Ankarström | |
2021-01-29 | Don't parse contents of pre blocks | John Ankarström | |
2021-01-29 | Fix == translating to h3 | John Ankarström | |
2021-01-29 | Update README | John Ankarström | |
2021-01-29 | Don't set linktext environment variable if already set | John Ankarström | |
2021-01-29 | Handle round parentheses in inline formatting | John Ankarström | |
2021-01-29 | Fix formatting | John Ankarström | |
2021-01-29 | Remove hyperlink reference list items from output | John Ankarström | |
2021-01-29 | Update test | John Ankarström | |
2021-01-29 | Remove newline from hyperlink | John Ankarström | |
2021-01-29 | Add hyperlink references | John Ankarström | |
This requires two passes, the first done by aux/emcollect, the second by aux/emparse (the main awk script). | |||
2021-01-29 | Add references and reference lists | John Ankarström | |
2021-01-29 | Fix multi-word inline formatting | John Ankarström | |
2021-01-29 | Add inline formatting | John 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-29 | Add tests | John Ankarström | |
2021-01-29 | Add block-level elements | John Ankarström | |