Depending on your Markdown processor or editor, you’ll use three backticks (```) or three tildes (~~~) on the lines before and after the code block.
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
Escaping Backticks
If the word or phrase you want to denote as code includes one or more backticks, you can escape it by enclosing the word or phrase in double backticks (``).
Markdown | HTML | Rendered Output |
---|---|---|
``Use `code` in your Markdown file.`` | <code>Use `code` in your Markdown file.</code> | Use `code` in your Markdown file. |
Bibliography:
https://www.markdownguide.org/
https://www.jetbrains.com/
https://github.com/
Tidak ada komentar:
Posting Komentar