Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-31 | Support [A-Za-z] in list item values | John Ankarström | |
HTML/CSS makes this a bit awkward; all the better if em can handle it for you. | |||
2021-01-31 | htindex: Support more characters | John Ankarström | |
2021-01-31 | Add index script | John 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-31 | Add blockquote syntax | John Ankarström | |
2021-01-31 | Remove (linktext) links, add <link> links | John Ankarström | |
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-29 | Add support for mixed nested lists | John Ankarström | |
That is, <ul> within <ol> or vice versa. | |||
2021-01-29 | Update test | John Ankarström | |
2021-01-29 | Add tests | John Ankarström | |