cdoc-parser 0.1.1

A markdown-based document parser with custom syntax
Documentation
---
meta: hello
---

# Heading

## Subheading

- unordered list
- item 2

1. ordered list
2. item 2

[link](path/is/here)
![image](path/is/here)

*emph*
**strong**

`code inline`

```
code block
```

$math inline$

$$
math block
$$