Markdown code blocks¶
Language Identifiers / Tags¶
Language identifiers assist with syntax highlighting
```python
print ('hello world')
```
- List of languages github knows about github-linguist/linguist (github.com)
Code block within a numbered list in Markdown¶
- Leave a blank line after the text of your list item.
-
Indent the code block by four spaces for it to be recognized as part of the list item.