mirror of https://github.com/jgm/djot.lua

281 KiB | 20 commits

git clone https://khoe.thac.loan/djot.lua
name size
.github/FUNDING.yml 14 B
.github/workflows/ci.yml 1 KiB
.github/workflows/full-coverage.yml 473 B
.gitignore 16 B
LICENSE 1 KiB
Makefile 2 KiB
README.md 3 KiB
bin/main.lua 2 KiB
clib/Makefile 2 KiB
clib/README.md 573 B
clib/combine.lua 800 B
clib/djot.c 3 KiB
clib/djot.h 1 KiB
clib/djot_combined.lua 48 KiB
clib/dumbParser.lua 235 KiB
clib/main.c 756 B
clib/tests.c 2 KiB
config.ld 153 B
djot-reader.lua 10 KiB
djot-writer.lua 11 KiB
djot.lua 4 KiB
djot/ast.lua 30 KiB
djot/attributes.lua 6 KiB
djot/block.lua 25 KiB
djot/filter.lua 4 KiB
djot/html.lua 11 KiB
djot/inline.lua 22 KiB
djot/json.lua 3 KiB
doc/api/index.html 1 KiB
doc/api/ldoc.css 6 KiB
doc/api/modules/djot.ast.html 2 KiB
doc/api/modules/djot.filter.html 4 KiB
doc/api/modules/djot.html 3 KiB
doc/api/modules/djot.json.html 1 KiB
doc/code-examples.lua 352 B
doc/djot.1 4 KiB
doc/djot.md 3 KiB
full-coverage.lua 1 KiB
fuzz.lua 2 KiB
ldoc.ltp 2 KiB
lua51.nix 294 B
luajit.nix 294 B
pathological_tests.lua 1 KiB
rockspec.in 1 KiB
run.sh 61 B
test.lua 5 KiB
test/attributes.test 3 KiB
test/blockquote.test 1 KiB
test/code_blocks.test 592 B
test/definition_lists.test 854 B
test/emphasis.test 2 KiB
test/escapes.test 527 B
test/fenced_divs.test 1 KiB
test/filters.test 1004 B
test/footnotes.test 876 B
test/headings.test 1 KiB
test/insert_delete_mark.test 458 B
test/links_and_images.test 2 KiB
test/lists.test 2 KiB
test/math.test 707 B
test/para.test 41 B
test/raw.test 391 B
test/regression.test 365 B
test/smart.test 3 KiB
test/sourcepos.test 250 B
test/spans.test 285 B
test/super_subscript.test 232 B
test/symbol.test 185 B
test/tables.test 1 KiB
test/task_lists.test 444 B
test/thematic_breaks.test 286 B
test/verbatim.test 493 B