tangled
alpha
login
or
join now
crashkeys.dev
/
markdown-rs
0
fork
atom
Markdown parser fork with extended syntax for personal use.
0
fork
atom
overview
issues
pulls
pipelines
Fix typo
Related-to: GH-135.
Related-to: fa8f906.
Titus Wormer
2 years ago
68761502
08d6764d
+1
-1
1 changed file
expand all
collapse all
unified
split
readme.md
+1
-1
readme.md
reviewed
···
258
258
```
259
259
* lint:
260
260
```sh
261
261
-
cargo fmt --check && cargo clippy --examples --tests --benches --all-features --all-features
261
261
+
cargo fmt --check && cargo clippy --examples --tests --benches --all-features
262
262
```
263
263
* test:
264
264
```sh