File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
2323Comrak'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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments