mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added markdown notes to the KB
This commit is contained in:
18
knowledge base/markdown.md
Normal file
18
knowledge base/markdown.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Markdown
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Escape the backtick character
|
||||
|
||||
Include a non-code formatted backtick by escaping it normally (with a `\`).
|
||||
|
||||
Render it in an inline code block using double backticks instead of single backticks.
|
||||
|
||||
Alternatively, use a code block. This will wrap everything in a `<pre>` HTML tag.
|
||||
To do this, either indent 4 spaces to start a code block, or use fenced code blocks if supported.
|
||||
|
||||
## Sources
|
||||
|
||||
- [Escaping backtick in Markdown]
|
||||
|
||||
[escaping backtick in markdown]: https://www.growingwiththeweb.com/2015/06/escaping-backtick-in-markdown.html
|
||||
Reference in New Issue
Block a user