Adjust formatting

This commit is contained in:
davidovki 2023-03-14 11:04:08 +00:00
parent 13f6c8a0cb
commit e4c9a5a027

View file

@ -394,26 +394,26 @@ _squash () {
# #
md2html () { md2html () {
# the order of these somewhat matters # the order of these somewhat matters
_pre_strip \ _pre_strip \
| _code \ | _code \
| _pre_emph \ | _pre_emph \
| _blockquote \ | _blockquote \
| _ul \ | _ul \
| _ol \ | _ol \
| _p \ | _p \
| _a_img \ | _a_img \
| _inline_code \ | _inline_code \
| _emph '__' "<strong>" "</strong>" \ | _emph '__' "<strong>" "</strong>" \
| _emph '_' "<em>" "</em>" \ | _emph '_' "<em>" "</em>" \
| _post_emph \ | _post_emph \
| _h 6 \ | _h 6 \
| _h 5 \ | _h 5 \
| _h 4 \ | _h 4 \
| _h 3 \ | _h 3 \
| _h 2 \ | _h 2 \
| _h 1 \ | _h 1 \
| _squash \ | _squash \
| _html | _html
} }
md2html md2html