Fix StartCode/EndCode markup (#1213)

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
Sergey Dolin
2020-07-14 13:26:26 +05:00
committed by GitHub
parent 8f15af6902
commit 363160a807

View File

@@ -34,9 +34,9 @@ function AddBlockquote {
}
function StartCode {
WriteItem "``````"
WriteItem '```'
}
function EndCode {
WriteItem "``````"
WriteItem '```'
}