From 8fda1d4a1d3b52a0965d13dd9edd57355da38df4 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 29 Apr 2026 19:20:00 -0600 Subject: switch markdown parser to match cgit --- post-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-update b/post-update index 0fcf5c0..98ed0a3 100755 --- a/post-update +++ b/post-update @@ -6,7 +6,7 @@ default_branch_path="$(git rev-parse --symbolic-full-name HEAD)" mkdir -p info/web if git show "$default_branch":README.md >/dev/null 2>&1; then - git show "$default_branch":README.md | tee info/web/README.md | cmark >info/web/README.html + git show "$default_branch":README.md | tee info/web/README.md | python -m markdown >info/web/README.html else if git show "$default_branch":README.html >/dev/null 2>&1; then git show "$default_branch":README.html >info/web/README.html -- cgit v1.3.1-10-gc9f91