Tags give the ability to mark specific points in history as being important
-
-
-
v0.29.1
db1c3127 · ·Maintenance release: upgrade dependencies * no code changes * follow new Clippy lints
-
-
v0.28.2
d4b8090c · ·Maintenance release: migrate to Rust 2024 edition This fixes release v0.28.0 and v0.28.1 where the inter-depencies were not set to the same versions.
-
-
-
v0.27.1
9098d660 · ·Support more Markdown `\` escape characters. The complete set: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ Source: [Commonmark spec](https://spec.commonmark.org/0.30/#example-12) -
-
-
-
v0.25.0
54b73027 · ·Crate `-extras` API: return `Link` for `HyperlinkInlineImage` iter Crate `parse-hyperlinks-extras` API: return `Link` for `HyperlinkInlineImage` iterator instead of `Cow<str>`. No code changes in the other crates of this package.
-
-
-
-
-
-
-
-
v0.22.0
e3164cd7 · ·split crate Keep hyperlink related parsers in `parse-hyperlinks` and outsource HTML image parser to `parse-hyperlinks-html`. The latter are needed by `tp-note`.