aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysfeat(): support code blockAnhgelus Morhtuuzh
7 daysrefactor(eval): generalize figureAnhgelus Morhtuuzh
7 daysperf(parse): reduce realloc for figcaptionsAnhgelus Morhtuuzh
7 daysfeat(): support imageAnhgelus Morhtuuzh
8 daysfeat(): supports list unordoredAnhgelus Morhtuuzh
8 daysfeat(): supports list ordoredAnhgelus Morhtuuzh
8 daysfix(lexer): invalid kind for requires delimiter in specific condsAnhgelus Morhtuuzh
8 daysfeat(lib): returns document instead of htmlAnhgelus Morhtuuzh
8 daysdocs(info): bindings in readmeAnhgelus Morhtuuzh
8 daysstyle(eval): move in its own packageAnhgelus Morhtuuzh
8 daysrefactor(ast): separate ast and execAnhgelus Morhtuuzh
8 daysperf(tests): use testing allocator instead of debug allocatorAnhgelus Morhtuuzh
8 daysperf(lib): use target specific allocatorAnhgelus Morhtuuzh
9 daysperf(lexer): replace nextKind by peekAnhgelus Morhtuuzh
9 daysperf(lexer): do not allocAnhgelus Morhtuuzh
13 daysstyle(header): add typdown_ prefixAnhgelus Morhtuuzh
13 daysbuild(go): not installing artificat for testsAnhgelus Morhtuuzh
13 daysfeat(go): run testsAnhgelus Morhtuuzh
13 daysfeat(go): bindingsAnhgelus Morhtuuzh
14 daysfeat(lib): support input from file and from readerAnhgelus Morhtuuzh
14 daysfeat(lib): zig specific functionAnhgelus Morhtuuzh
14 daysstyle(ast): split paragraph and contentAnhgelus Morhtuuzh
14 daysfeat(ast): parse linkAnhgelus Morhtuuzh
14 daysrefactor(tests): generalize doTest and doTestErrorAnhgelus Morhtuuzh
14 daysfix(ast): small memory leak in subsAnhgelus Morhtuuzh
14 daysfix(ast): error if title contains modifierAnhgelus Morhtuuzh
14 daysbuild(zig): test integrations with CAnhgelus Morhtuuzh
2026-04-19feat(lib): export functionsAnhgelus Morhtuuzh
2026-04-18feat(ast): test errorsAnhgelus Morhtuuzh
2026-04-18feat(ast): parse titleAnhgelus Morhtuuzh
2026-04-18fix(lexer): invalid acc for titlesAnhgelus Morhtuuzh
2026-04-18feat(ast): parse paragraphAnhgelus Morhtuuzh
2026-04-18feat(ast): parse contentAnhgelus Morhtuuzh
2026-04-18feat(lexer): enforce delimiter requirementsAnhgelus Morhtuuzh
2026-04-18perf(dom): take ownership of elements with arena allocatorAnhgelus Morhtuuzh
2026-04-18Revert "style(): rename alloc into gpa"Anhgelus Morhtuuzh
2026-04-17style(): rename alloc into gpaAnhgelus Morhtuuzh
2026-04-17perf(dom): reduce reallocAnhgelus Morhtuuzh
2026-04-17fix(dom): not escaping content of paragraphAnhgelus Morhtuuzh
2026-04-17style(dom): returns slices instead of arraylistAnhgelus Morhtuuzh
2026-04-17feat(dom): escape htmlAnhgelus Morhtuuzh
2026-04-17feat(dom): helper to manage class listAnhgelus Morhtuuzh
2026-04-16feat(dom): render classAnhgelus Morhtuuzh
2026-04-16feat(dom): init for common tagsAnhgelus Morhtuuzh
2026-04-16feat(dom): element generatorAnhgelus Morhtuuzh
2026-04-16refactor(lexer): flatten structAnhgelus Morhtuuzh
2026-04-16feat(lexer): supports tagAnhgelus Morhtuuzh
2026-04-16feat(lexer): kind for math and code blockAnhgelus Morhtuuzh
2026-04-16build(test): not running lexer testsAnhgelus Morhtuuzh
2026-04-16feat(lexer): supports all single lexemAnhgelus Morhtuuzh