commit 85830f2783d5892eb16c665e02e2218b9d7a07ae
parent e1c24243fcd684f2f25ba4dbaada99d9dad1fe0d
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Thu, 29 Jun 2017 10:42:41 -0400
Change permission and add a comment.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/functions/make-html-from-md b/functions/make-html-from-md
@@ -2,5 +2,7 @@
# Create HTML files with the Markdown.pl script
make_html_from_md () {
+ # Maybe this should be the default and give the possibility to use
+ # an other command to produce HTML from markdown
"$FAKESTACHE_PATH/lib/markdown/Markdown.pl" $1
}