Skip to content

Commit 7d797e6

Browse files
committed
0.23.0
1 parent 1a84232 commit 7d797e6

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comrak"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
authors = ["Amelia Cuss <[email protected]>"]
55
rust-version = "1.62.1"
66
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specify it as a requirement in `Cargo.toml`:
2121

2222
``` toml
2323
[dependencies]
24-
comrak = "0.22"
24+
comrak = "0.23"
2525
```
2626

2727
Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
@@ -79,8 +79,8 @@ Options:
7979
Enable relaxing which character is allowed in a tasklists
8080

8181
--relaxed-autolinks
82-
Enable relaxing of autolink parsing, allow links to be recognized when in brackets
83-
and allow all url schemes
82+
Enable relaxing of autolink parsing, allow links to be recognized when in brackets and
83+
allow all url schemes
8484

8585
--default-info-string <INFO>
8686
Default value for fenced code block's info strings if none is given

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.23.0
2+
3+
* add traverse() demo example by @kaesluder in https://github.com/kivikakk/comrak/pull/370
4+
* Avoid backslashes before a new block. by @jneem in https://github.com/kivikakk/comrak/pull/373
5+
* Expand traverse and descendants documentation: Issue #369 by @kaesluder in https://github.com/kivikakk/comrak/pull/375
6+
* Feat/inplace: add new parameter `--inplace` (`-i`) for in-place formatting by @bioinformatist in https://github.com/kivikakk/comrak/pull/377
7+
* Change `relaxed-autolinks` to allow any url scheme by @digitalmoksha in https://github.com/kivikakk/comrak/pull/380
8+
* Fix sourcepos for setext headers by @digitalmoksha in https://github.com/kivikakk/comrak/pull/381
9+
* Add iterative search/replace example to examples and README.md by @kaesluder in https://github.com/kivikakk/comrak/pull/383
10+
* un-Nix in CI. by @kivikakk in https://github.com/kivikakk/comrak/pull/384
11+
* Return brackets in autolinks behavior back to cmark-gfm by @digitalmoksha in https://github.com/kivikakk/comrak/pull/386
12+
13+
114
### 0.22.0
215

316
* Fix broken docs link in README by @ohakutsu in https://github.com/kivikakk/comrak/pull/364

fuzz/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)