New
Release v1.1.0
This release technically contains some breaking API changes, but they are very minor, hence the minor version bump.
New features:
- The HtmlRenderer can now optionally generate only the body of an HTML document (leaving out the
htmlandbodytags) to play better with your own custom HTML templates - The ConsoleRenderer can be told to not fetch images from the internet (saving much time in the process). This means you can practically guarantee that any document rendered to the console will take just a handful of ms - useful for things like a
fzfpreview.
Bug Fixes:
- Fixed some Lua-related issues
- Fixed underscore-related italic toggling
- Fix some error messages that are really debug messages
- Remove dead code