Markdown parser fork with extended syntax for personal use.

Fix typo

Related-to: GH-135.
Related-to: fa8f906.

+1 -1
+1 -1
readme.md
··· 258 258 ``` 259 259 * lint: 260 260 ```sh 261 - cargo fmt --check && cargo clippy --examples --tests --benches --all-features --all-features 261 + cargo fmt --check && cargo clippy --examples --tests --benches --all-features 262 262 ``` 263 263 * test: 264 264 ```sh