feat: Added commonmark parser.

This commit is contained in:
Spencer Brower
2026-07-10 17:46:49 -04:00
parent 54bc4ee322
commit 93090afa5a
3 changed files with 13 additions and 6 deletions
+2
View File
@@ -80,6 +80,7 @@
buildInputs = [
pkgs.git
pkgs.cmark
];
doCheck = true;
@@ -109,6 +110,7 @@
buildInputs = with pkgs; [
odin
ols
cmark
# IDE
unstable.helix