aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItFos
diff options
context:
space:
mode:
Diffstat (limited to 'SuckItFos')
-rwxr-xr-xSuckItFos4
1 files changed, 3 insertions, 1 deletions
diff --git a/SuckItFos b/SuckItFos
index 0f315b0..54fc376 100755
--- a/SuckItFos
+++ b/SuckItFos
@@ -51,8 +51,10 @@ do
51 -e 's/^rel="nofollow"\}//g' \ 51 -e 's/^rel="nofollow"\}//g' \
52 -e 's/rel=“nofollow”\}$//g' \ 52 -e 's/rel=“nofollow”\}$//g' \
53 -e '/^:::/d' 53 -e '/^:::/d'
54 echo -e "****\n[Original page](${URL}/${base}/${file}) where you can edit it." >> Foswiki/${base}/${file}.md
54 55
55 echo "<hr/><p><a href=\"${URL}/${base}/${file}\">Original page</a> where you can edit it.</p>" >> Foswiki/${base}/${file}.md 56# pandoc -t html -f commonmark_x --self-contained Foswiki/${base}/${file}.md > Foswiki//${base}/${file}.htm
57 cmark-gfm -t html -e footnotes -e table -e strikethrough Foswiki/${base}/${file}.md > Foswiki//${base}/${file}.body
56done 58done
57 59
58notYetAnotherWiki.lua 60notYetAnotherWiki.lua