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

Github needs separate lines for the start/end markers
pull/11300/head
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
1 changed files with 2 additions and 1 deletions

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`