mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add note for plain text (#376).
This commit is contained in:
parent
ac8545e0d1
commit
4f9b698586
1 changed files with 8 additions and 0 deletions
|
@ -1569,6 +1569,14 @@ echo Hello world
|
|||
```
|
||||
````
|
||||
|
||||
To display a code block without syntax highlighting, use:
|
||||
|
||||
````markdown
|
||||
```text
|
||||
Plain text in a code block
|
||||
```
|
||||
````
|
||||
|
||||
Rationale: Specifying a language improves content rendering by using the
|
||||
correct syntax highlighting for code. More information:
|
||||
<https://cirosantilli.com/markdown-style-guide#option-code-fenced>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue