mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
Fix StartCode/EndCode markup (#1213)
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
@@ -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