about summary refs log tree commit diff stats
path: root/adapter/format
Commit message (Collapse)AuthorAgeFilesLines
* md2html: add support for strikethroughbptato2024-02-051-1/+7
|
* md2html: improved underscore ignoring rulesbptato2024-02-011-2/+4
| | | | Only ignore when prev/next chars are not alnum.
* md2html: skip space after list item startbptato2024-02-011-2/+2
|
* md2html: detect lists starting with dashbptato2024-02-011-1/+1
|
* Add default md2html converterbptato2024-01-301-0/+380
|
* gmi2html: rewritebptato2023-12-222-241/+69
| | | | | | | | * Rewrite in Nim * This time, do not use a state machine (it was a very bad idea) * Do not emit <br> for every line; use CSS instead * Avoid double-newline caused by margins using CSS * Properly support list items
* gopher2html: do not use streamsbptato2023-12-211-4/+2
|
* Move http out of main binarybptato2023-12-131-18/+1
| | | | | | | | | | | | Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape
* Move gopher to adapter/bptato2023-12-121-15/+1
| | | | Also, move default urimethodmap config to res.
* adapter/: re-structurebptato2023-12-122-0/+375