mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: implement cgen tag for Markdown examples in v check-md (#13332)
This commit is contained in:
@@ -11,7 +11,7 @@ Each `.h` file in the sokol source code is well-documented as can be seen here:
|
||||
|
||||
## Example from `@VROOTDIR/examples/sokol/sounds/simple_sin_tones.v`:
|
||||
|
||||
```v
|
||||
```v cgen
|
||||
import time
|
||||
import math
|
||||
import sokol.audio
|
||||
|
||||
Reference in New Issue
Block a user