Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Fix nested lists | John Ankarström | |
2021-01-30 | Keep track of open inline format, auto-close at block break | John Ankarström | |
2021-01-30 | Re-arrange source code | 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 | 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 | 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). |