-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.13.2" | ||
version = "0.14.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.13" | ||
comrak = "0.14" | ||
``` | ||
|
||
Comrak supports Rust stable. | ||
|
@@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell | |
|
||
``` console | ||
$ comrak --help | ||
comrak 0.13.2 | ||
comrak 0.14.0 | ||
Ashe Connor <[email protected]> | ||
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter | ||
|
||
|
@@ -72,6 +72,8 @@ 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 | ||
--list-style <LIST_STYLE> Specify bullet character for lists (-, +, *) in CommonMark ouput | ||
[default: dash] [possible values: dash, plus, star] | ||
-o, --output <FILE> Write output to FILE instead of stdout | ||
--syntax-highlighting <THEME> Syntax highlighting for codefence blocks. Choose a theme or 'none' for | ||
disabling. [default: base16-ocean.dark] | ||
|
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