Fix StartCode/EndCode markup (#1213)

Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
Sergey Dolin
2020-07-14 11:26:26 +03:00
committed by GitHub
co-authored by Sergey Dolin
parent 8f15af6902
commit 363160a807
+2 -2
View File
@@ -34,9 +34,9 @@ function AddBlockquote {
}
function StartCode {
WriteItem "``````"
WriteItem '```'
}
function EndCode {
WriteItem "``````"
WriteItem '```'
}