19 lines
235 B
Plaintext
19 lines
235 B
Plaintext
---
|
|
source: src/custom_code_block.rs
|
|
expression: markdown
|
|
---
|
|
# Hello world
|
|
## Subheader
|
|
- 1
|
|
```foo
|
|
whatever
|
|
some code
|
|
Hi mom!
|
|
```
|
|
|
|
```` # wrong number of ticks, but that's ok
|
|
``` # indented ticks
|
|
```
|
|
|
|
``` # no closing ticks
|