Remove space in Markdown code-span element
Fixed Markdown lint error MD038 that's triggered on code span elements that have spaces right inside the backticks: ` some text `, `some text `, or ` some text`
This commit is contained in:
parent
87940db0b0
commit
db0c222333
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ warnings.
|
|||
Once the linter is happy, it's time to raise your PR. Separate commits may
|
||||
help in some cases, but don't go overboard with them (we're not going to
|
||||
"bisect" the documentation, after all). Prefix your documentation related
|
||||
commits with `docs:` and website related commits with `website: ` , e.g.:
|
||||
commits with `docs:` and website related commits with `website:` , e.g.:
|
||||
|
||||
```
|
||||
docs: Fix Sound Blaster Pro 1 default settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue