about summary refs log tree commit diff stats
path: root/adapter/format
Commit message (Expand)AuthorAgeFilesLines
* 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
248'>248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324