Skip to content

Commit 7ff5110

Browse files
Merge pull request #456 from kivikakk/release/v0.27.0
[skip test] Release v0.27.0
2 parents 42237a1 + 34fa5c4 commit 7ff5110

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
1717

1818
``` toml
1919
[dependencies]
20-
comrak = "0.26"
20+
comrak = "0.27"
2121
```
2222

2323
Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
@@ -149,6 +149,9 @@ Options:
149149
--sourcepos
150150
Include source position attribute in HTML and XML output
151151
152+
--experimental-inline-sourcepos
153+
Include inline sourcepos in HTML output, which is known to have issues
154+
152155
--ignore-setext
153156
Ignore setext headers
154157

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [v0.27.0] - 19-08-2024
2+
3+
* Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453
4+
* Add experimental-inline-sourcepos to cli options by @digitalmoksha in https://github.com/kivikakk/comrak/pull/455
5+
6+
Diff: https://github.com/kivikakk/comrak/compare/v0.26.0...v0.27.0
7+
8+
19
# [v0.26.0] - 12-07-2024
210

311
* Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444

0 commit comments

Comments
 (0)