Selasa, 07 November 2023

Code Block In Markdown

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 (``).

MarkdownHTMLRendered Output
``Use `code` in your Markdown file.``<code>Use `code` in your Markdown file.</code>Use `code` in your Markdown file.

Tidak ada komentar:

Posting Komentar

Various Other Posts