summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovki <david@davidovski.xyz>2023-03-14 11:04:08 +0000
committerdavidovki <david@davidovski.xyz>2023-03-14 11:04:08 +0000
commite4c9a5a027ececc1e72744287be7e3654e31289e (patch)
tree33364b7ae5961e83a8ccec8a4ddbe5fda1dacfaa
parent13f6c8a0cb24236b2d10ceb0d2cdb138b8b5de82 (diff)
Adjust formatting
-rwxr-xr-xsrc/md2html.sh40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/md2html.sh b/src/md2html.sh
index 13719e4..47a15d6 100755
--- a/src/md2html.sh
+++ b/src/md2html.sh
@@ -394,26 +394,26 @@ _squash () {
#
md2html () {
# the order of these somewhat matters
- _pre_strip \
- | _code \
- | _pre_emph \
- | _blockquote \
- | _ul \
- | _ol \
- | _p \
- | _a_img \
- | _inline_code \
- | _emph '__' "<strong>" "</strong>" \
- | _emph '_' "<em>" "</em>" \
- | _post_emph \
- | _h 6 \
- | _h 5 \
- | _h 4 \
- | _h 3 \
- | _h 2 \
- | _h 1 \
- | _squash \
- | _html
+ _pre_strip \
+ | _code \
+ | _pre_emph \
+ | _blockquote \
+ | _ul \
+ | _ol \
+ | _p \
+ | _a_img \
+ | _inline_code \
+ | _emph '__' "<strong>" "</strong>" \
+ | _emph '_' "<em>" "</em>" \
+ | _post_emph \
+ | _h 6 \
+ | _h 5 \
+ | _h 4 \
+ | _h 3 \
+ | _h 2 \
+ | _h 1 \
+ | _squash \
+ | _html
}
md2html