rins_markdown_parser 0.1.2

Simple markdown parser written on Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Hello this is my 1st post!
---

This code prints "Hello world":
```py
print("Hello world!")
```

This is **\*bold _bold and italic_ ~~[click this!](https://google.com)~~** text!
That's all. Bye!