Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | Fix hyperlink references containing equal signs | John Ankarström | |
This could probably be done more elegantly, but it works. | |||
2021-01-31 | htwrap: Use UTF-8 charset by default, add -C option to disable | John Ankarström | |
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 | Remove README.old | John Ankarström | |
2021-01-31 | htindex: Support more characters | John Ankarström | |
2021-01-31 | Update README | John Ankarström | |
2021-01-31 | Add information about literal hyperlinks to README | John Ankarström | |
2021-01-31 | Support literal hyperlinks starting with a hash | John Ankarström | |
2021-01-31 | Add information about htindex 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 | Add blockquote syntax | John Ankarström | |
2021-01-31 | Fix references in README | John Ankarström | |
2021-01-31 | Remove (linktext) links, add <link> links | John Ankarström | |
2021-01-31 | Fix mkfile | John Ankarström | |
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | BUGS: Add note about blockquote support | John Ankarström | |
2021-01-30 | Support multiple numbers/letters in references | John Ankarström | |
(The letters are useful for hyperlink references.) | |||
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | Fix error in README | John Ankarström | |
2021-01-30 | Fix formatting in README | John Ankarström | |
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | Fix broken link in README | John Ankarström | |
2021-01-30 | Add htwrap to mk install | John Ankarström | |
2021-01-30 | Add htwrap | John Ankarström | |
2021-01-30 | Fix HTML character escaping | 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 | 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 | Update README | John Ankarström | |
2021-01-30 | Add mk install | John Ankarström | |
2021-01-30 | Add BUGS file | John Ankarström | |
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | Update README | John Ankarström | |
2021-01-30 | Re-arrange source code | John Ankarström | |
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 | |