12 lines
217 B
Markdown
12 lines
217 B
Markdown
# Hello world
|
|
|
|
Some `inline code` with *italic* and **bold** text.
|
|
|
|
```python
|
|
import this
|
|
if you('are', 'curious'):
|
|
print('then do it!')
|
|
```
|
|
|
|
<kbd>ctrl+\`</kbd> or *View → Show Console* and paste `import this`!
|