Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | util: Have lowdown not skip or escape HTML by default | Wynn Wolf Arbor | 2020-04-11 | -1/+3 |
| | | | | | | | | | | | This commit adds two new flags to the lowdown(1) call in mdconv.sh that control the inclusion and parsing of inline HTML in markedown files: 1) --html-no-skiphtml, which stops lowdown(1) from skipping inline HTML 2) --html-no-escapehtml, which stops lowdown(1) from escaping said HTML For now, this is done unconditionally. We plan to add a tag to the markdown files controlling this behaviour in a future commit. | |||
* | util: Add title tag to the "back arrow" | Wolfgang Müller | 2019-08-02 | -1/+1 |
| | ||||
* | templates: Correctly wrap articles in <main> | Wolfgang Müller | 2019-07-22 | -3/+1 |
| | | | | | As per guidelines, <main> should contain <article>, and not the other way around. | |||
* | Initial import | Wolfgang Müller | 2019-07-21 | -0/+20 |