Skip to content

Markdown code blocks

Language Identifiers / Tags

Language identifiers assist with syntax highlighting

```python
print ('hello world')
```

Code block within a numbered list in Markdown

  1. Leave a blank line after the text of your list item.
  2. Indent the code block by four spaces for it to be recognized as part of the list item.

    $ echo "Like this"