about summary refs log tree commit diff stats
path: root/adapter/format
Commit message (Expand)AuthorAgeFilesLines
* 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
configuration to config.h' href='/acidbong/suckless/dwm/commit/config.arg.h?h=2.9&id=a73a88280681acdab047bd11a9ba77d97d6a0b72'>a73a882 ^
b38905b ^
a73a882 ^
292ccc4 ^
f1fe19b ^
0a07591 ^
f1fe19b ^




292ccc4 ^
ce04a66 ^
19da197 ^


7b6d5ff ^
19da197 ^


7b6d5ff ^
ce04a66 ^




7b6d5ff ^
ce04a66 ^


7b6d5ff ^
ce04a66 ^
a73a882 ^



d6a6eca ^
f1fe19b ^
e21d93b ^
f1fe19b ^

a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64