-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "comrak" | ||
version = "0.9.1" | ||
version = "0.10.0" | ||
authors = ["Ashe Connor <[email protected]>"] | ||
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter" | ||
documentation = "https://docs.rs/comrak" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Specify it as a requirement in `Cargo.toml`: | |
|
||
``` toml | ||
[dependencies] | ||
comrak = "0.9" | ||
comrak = "0.10" | ||
``` | ||
|
||
Comrak supports Rust stable. | ||
|
@@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell | |
|
||
``` console | ||
$ comrak --help | ||
comrak 0.9.1 | ||
comrak 0.10.0 | ||
Ashe Connor <[email protected]> | ||
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter | ||
|
||
|
@@ -72,6 +72,7 @@ OPTIONS: | |
commonmark] | ||
--front-matter-delimiter <DELIMITER> Ignore front-matter that starts and ends with the given string | ||
--header-ids <PREFIX> Use the Comrak header IDs extension, with the given ID prefix | ||
-o, --output <FILE> Write output to FILE instead of stdout | ||
--width <WIDTH> Specify wrap width (0 = nowrap) [default: 0] | ||
|
||
ARGS: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters