Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | md2html: code, pre, inline fixes | bptato | 2024-09-07 | 1 | -120/+193 |
* | md2html: misc inline fixes | bptato | 2024-09-01 | 1 | -114/+160 |
* | md2html: support blockquote | bptato | 2024-08-30 | 1 | -8/+26 |
* | md2html: label headings with their level | bptato | 2024-08-11 | 1 | -1/+2 |
* | md2html: include numbers in ids | bptato | 2024-06-03 | 1 | -3/+3 |
* | adapter: update code style | bptato | 2024-04-26 | 1 | -11/+11 |
* | md2html: add trailing double space to <br> conversion | bptato | 2024-04-02 | 1 | -0/+2 |
* | md2html: convert <https://example.org> to anchor | bptato | 2024-03-12 | 1 | -1/+32 |
* | md2html: convert & to & in code | bptato | 2024-02-21 | 1 | -0/+1 |
* | md2html: add indentation-based code blocks | bptato | 2024-02-19 | 1 | -2/+52 |
* | md2html: add support for strikethrough | bptato | 2024-02-05 | 1 | -1/+7 |
* | md2html: improved underscore ignoring rules | bptato | 2024-02-01 | 1 | -2/+4 |
* | md2html: skip space after list item start | bptato | 2024-02-01 | 1 | -2/+2 |
* | md2html: detect lists starting with dash | bptato | 2024-02-01 | 1 | -1/+1 |
* | Add default md2html converter | bptato | 2024-01-30 | 1 | -0/+380 |