aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItPm
diff options
context:
space:
mode:
Diffstat (limited to 'SuckItPm')
-rwxr-xr-xSuckItPm6
1 files changed, 5 insertions, 1 deletions
diff --git a/SuckItPm b/SuckItPm
index d8ac817..64591c3 100755
--- a/SuckItPm
+++ b/SuckItPm
@@ -63,7 +63,11 @@ do
63# -e 's/\{\.urllink.*\}//g' \ 63# -e 's/\{\.urllink.*\}//g' \
64# -e 's/\{\.urllink$//g' 64# -e 's/\{\.urllink$//g'
65 65
66echo "<hr/><p><a href=\"${URL}/?n=${base}.${file}\">Original page</a> where you can edit it.</p>" >> PmWiki/${base}/${file}.md 66#echo "<hr/><p><a href=\"${URL}/?n=${base}.${file}\">Original page</a> where you can edit it.</p>" >> PmWiki/${base}/${file}.md
67 echo -e "****\n[Original page](${URL}/${base}/${file}) where you can edit it." >> PmWiki/${base}/${file}.md
68
69# pandoc -t html -f commonmark_x --self-contained PmWiki/${base}/${file}.md > PmWiki//${base}/${file}.htm
70 cmark-gfm -t html -e footnotes -e table -e strikethrough PmWiki/${base}/${file}.md > PmWiki//${base}/${file}.body
67done 71done
68 72
69notYetAnotherWiki.lua 73notYetAnotherWiki.lua