mirror of
http://git.davidovski.xyz/shblg.git
synced 2024-08-15 00:43:48 +00:00
Adjust formatting
This commit is contained in:
parent
13f6c8a0cb
commit
e4c9a5a027
1 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue