codeblock minor edit !publish!

This commit is contained in:
constantinos 2023-07-15 14:06:22 +03:00
parent 80d8d47a08
commit 7e4d0313c8

View file

@ -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]