about summary refs log tree commit diff stats
path: root/adapter/format
Commit message (Expand)AuthorAgeFilesLines
* md2html: include numbers in idsbptato2024-06-031-3/+3
* gopher: simplifybptato2024-05-211-1/+1
* adapter: update code stylebptato2024-04-262-34/+24
* md2html: add trailing double space to <br> conversionbptato2024-04-021-0/+2
* ansi2html: error out on unrecognized switchesbptato2024-03-291-1/+2
* ansi2html: support passing titlesbptato2024-03-291-2/+30
* ansi2html: do not use posixstreambptato2024-03-291-12/+15
* ansi2html: add newline after pre tagbptato2024-03-241-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-0/+1
* ansi2html: add separate switch for "standalone"bptato2024-03-211-1/+7
* md2html: convert <https://example.org> to anchorbptato2024-03-121-1/+32
* loader: rework process modelbptato2024-03-111-1/+1
* loader: clean up regular file loadingbptato2024-02-261-4/+1
* ansi2html: quote & toobptato2024-02-261-0/+1
* Separate ANSI text decoding from main binarybptato2024-02-251-0/+380
* md2html: convert & to &amp; in codebptato2024-02-211-0/+1
* md2html: add indentation-based code blocksbptato2024-02-191-2/+52
* md2html: add support for strikethroughbptato2024-02-051-1/+7
* md2html: improved underscore ignoring rulesbptato2024-02-011-2/+4
* 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
* gopher2html: do not use streamsbptato2023-12-211-4/+2
* Move http out of main binarybptato2023-12-131-18/+1
* Move gopher to adapter/bptato2023-12-121-15/+1
* adapter/: re-structurebptato2023-12-122-0/+375