tools: fix v doctor markdown in v bug (#11296)
Github needs separate lines for the start/end markerspull/11300/head
parent
96398efd2b
commit
ee961b26e7
|
@ -176,7 +176,8 @@ fn main() {
|
||||||
raw_body := '<!-- It is advisable to update all relevant modules using `v outdated` and `v install` -->
|
raw_body := '<!-- It is advisable to update all relevant modules using `v outdated` and `v install` -->
|
||||||
**V doctor:**
|
**V doctor:**
|
||||||
```
|
```
|
||||||
$vdoctor_output```
|
$vdoctor_output
|
||||||
|
```
|
||||||
|
|
||||||
**What did you do?**
|
**What did you do?**
|
||||||
`v -g -o vdbg cmd/v && vdbg $file_path`
|
`v -g -o vdbg cmd/v && vdbg $file_path`
|
||||||
|
|
Loading…
Reference in New Issue