codeblock minor edit !publish!
This commit is contained in:
parent
80d8d47a08
commit
7e4d0313c8
1 changed files with 7 additions and 2 deletions
|
@ -322,8 +322,13 @@ For inline code blocks enclose text within backticks, as in:
|
|||
that will appear as:
|
||||
`inline code block`
|
||||
|
||||
For multiline code blocks enclose text between two sets of triple backticks
|
||||
(<code> ```</code>).
|
||||
For multiline code blocks enclose text between two sets of triple backticks (<code> ```</code> ).
|
||||
```
|
||||
code blocks will ignore markdown formatting, e.g.
|
||||
![]() ## ** {{}} [^footnote]
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Embedded content [THIS WE NEED TO TALK ABOUT]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue