flatmarkdown 0.1.0

Flat Markdown parser — outline format with blank-line-delimited blocks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# flatmarkdown


Flat Markdown parser — outline format with blank-line-delimited blocks

## API


- `markdown_to_html(input: &str) -> String` — Convert Markdown to HTML
- `markdown_to_ast(input: &str) -> String (JSON)` — Convert Markdown to JSON AST ([spec]SPEC_AST.md)

## Testing


```sh
cargo test
```