diff options
| author | 2026-04-29 19:20:00 -0600 | |
|---|---|---|
| committer | 2026-04-29 19:20:00 -0600 | |
| commit | 8fda1d4a1d3b52a0965d13dd9edd57355da38df4 (patch) | |
| tree | 906594967efb9496d57597713da31acf5b03276f | |
| parent | sha256 compat (diff) | |
switch markdown parser to match cgit
| -rwxr-xr-x | post-update | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
