summaryrefslogtreecommitdiff
path: root/bin/hedgedoc2quarto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hedgedoc2quarto.sh')
-rwxr-xr-xbin/hedgedoc2quarto.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/hedgedoc2quarto.sh b/bin/hedgedoc2quarto.sh
deleted file mode 100755
index eac4b33..0000000
--- a/bin/hedgedoc2quarto.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-perl -gp \
- -e 's/```\Kmermaid/{mermaid}\n%%| fig-width: 100%/g;'\
- -e 's/^gantt$/gantt\ntickInterval 1month/gm;'