-
-
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
3 changed files
with
19 additions
and
10 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.0" | ||
version = "0.9.1" | ||
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell | |
|
||
``` console | ||
$ comrak --help | ||
comrak 0.9.0 | ||
comrak 0.9.1 | ||
Ashe Connor <[email protected]> | ||
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter | ||
|
||
|
@@ -62,14 +62,17 @@ FLAGS: | |
-V, --version Prints version information | ||
|
||
OPTIONS: | ||
-c, --config-file <PATH> Path to config file containing command-line arguments, or `none' [default: | ||
/Users/kivikakk/.config/comrak/config] | ||
--default-info-string <INFO> Default value for fenced code block's info strings if none is given | ||
-e, --extension <EXTENSION>... Specify an extension name to use [possible values: strikethrough, tagfilter, | ||
table, autolink, tasklist, superscript, footnotes, description-lists] | ||
-t, --to <FORMAT> Specify output format [default: html] [possible values: html, commonmark] | ||
--header-ids <PREFIX> Use the Comrak header IDs extension, with the given ID prefix | ||
--width <WIDTH> Specify wrap width (0 = nowrap) [default: 0] | ||
-c, --config-file <PATH> Path to config file containing command-line arguments, or `none' | ||
[default: /Users/kameliya/.config/comrak/config] | ||
--default-info-string <INFO> Default value for fenced code block's info strings if none is given | ||
-e, --extension <EXTENSION>... Specify an extension name to use [possible values: strikethrough, | ||
tagfilter, table, autolink, tasklist, superscript, footnotes, | ||
description-lists] | ||
-t, --to <FORMAT> Specify output format [default: html] [possible values: html, | ||
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 | ||
--width <WIDTH> Specify wrap width (0 = nowrap) [default: 0] | ||
|
||
ARGS: | ||
<FILE>... The CommonMark file to parse; or standard input if none passed | ||
|
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