Fix StartCode/EndCode markup (#1213)
Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
co-authored by
Sergey Dolin
parent
8f15af6902
commit
363160a807
@@ -34,9 +34,9 @@ function AddBlockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function StartCode {
|
function StartCode {
|
||||||
WriteItem "``````"
|
WriteItem '```'
|
||||||
}
|
}
|
||||||
|
|
||||||
function EndCode {
|
function EndCode {
|
||||||
WriteItem "``````"
|
WriteItem '```'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user