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

tools: fix v doctor markdown in v bug (#11296)

Github needs separate lines for the start/end markers
This commit is contained in:
Wertzui123 2021-08-25 00:13:25 +02:00 committed by GitHub
parent 96398efd2b
commit ee961b26e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,8 @@ fn main() {
raw_body := '<!-- It is advisable to update all relevant modules using `v outdated` and `v install` -->
**V doctor:**
```
$vdoctor_output```
$vdoctor_output
```
**What did you do?**
`v -g -o vdbg cmd/v && vdbg $file_path`