1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci/tools: check-md.v: add support for "```v live"

This commit is contained in:
Delyan Angelov
2020-11-14 20:02:10 +02:00
parent 01a5b263e5
commit b96a0246b5
2 changed files with 12 additions and 1 deletions

View File

@@ -2937,7 +2937,7 @@ Translating it to V gives you several advantages:
## Hot code reloading
```v
```v live
module main
import time