Releases: yaroslav/inkmark
Releases · yaroslav/inkmark
Release list
Inkmark 0.1.4
- Fix
frontmatter: trueleaking the frontmatter block intoto_markdown,chunks_by_heading, andchunks_by_sizeoutput. Bug report by @freesteph [#3]
Inkmark 0.1.3
- Fix possible XSS via unescaped language tag in syntax-highlighted code blocks.
Inkmark 0.1.2
- Fix
Inkmark.truncate_markdownraisingTypeErrorwhen called without explicitoptions:. - Update dependencies on the Rust side.
Inkmark 0.1.1
- Strip DWARF debug info from shipped Linux and Windows binaries via
strip = "debuginfo".