marko 0.3.0

Programmtically format text with Markdown syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CHANGELOG

## February 28, 2022 - v0.3.0

- Add `image()` method to `Markdown` trait
- Made `DIVIDER` a const variable
- Added example code to README.md

## February 26, 2022 - v0.2.0

- Breaking change: renamed `create_formatted_markdown_table` to `create_markdown_table`
- Improved ease-of-use with `create_markdown_table`, as it now accepts `&str` instead of `String`
- Added `indent` and `quote`,

## February 26, 2022 - v0.1.0

- Initial release