Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-31 | Fix aux/getflags bug when called from mk | John Ankarström | |
Kind of bad that aux/getflags gets so confused when flag* variables are already set. | |||
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 | Add information about literal hyperlinks to README | John Ankarström | |
2021-01-31 | Rename index to htindex (like htwrap) | 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 | Fix mkfile | John Ankarström | |
2021-01-30 | Add htwrap to mk install | John Ankarström | |
2021-01-30 | Move aux files to root directory | John Ankarström | |
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | Add mk install | 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 | Add tests | John Ankarström | |