From 4fe23d93c4f39b08f5bc4320af37ba109e618295 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 21 Jul 2019 21:09:36 +0200 Subject: Initial import --- util/mdconv.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 util/mdconv.sh (limited to 'util') diff --git a/util/mdconv.sh b/util/mdconv.sh new file mode 100644 index 0000000..19f4d4c --- /dev/null +++ b/util/mdconv.sh @@ -0,0 +1,20 @@ +set -e + +title="$(lowdown -X title "$1")" +date="$(lowdown -X date "$1")" +author="$(lowdown -X author "$1")" + +cat< +
+
+

$title

+
$author
+ + +
+
+ $(lowdown "$1") +
+
+EOF -- cgit v1.2.3-2-gb3c3