]> git.plutz.net Git - webtxt/commitdiff
switch to cgilite markdown
authorPaul Hänsch <paul@plutz.net>
Wed, 7 Jul 2021 12:35:17 +0000 (14:35 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 7 Jul 2021 12:35:17 +0000 (14:35 +0200)
index.cgi

index 27979106cc80224cf1dcd355988d754a38712da3..c0b2ae46170c17c5827c3f18290d4041511288c3 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -9,6 +9,7 @@ _DATA="${_DATA:-.}"
 . "$_EXEC"/session_lock.sh
 
 git init "$_DATA" >/dev/null &
+export MD_HTML="false"
 
 yield_page(){
   title="${1:-WebTXT}" page="$2"
@@ -118,5 +119,5 @@ yield_page "$(pagename "$doc" |HTML)" <<-EOF
           [input type=hidden name=session_key value="$SESSION_KEY"]
          [button type=submit name=action value=edit Edit]
        ]
-       [div .text . $(markdown <"$doc")]
+       [div .text . $("$_EXEC"/cgilite/markdown.awk <"$doc")]
        EOF