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:
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
Block a user