Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 2.85 KB

Changelog

19.0.0 (2024-08-05)

⚠ BREAKING CHANGES

  • renderer: Added support for simple html elements
  • renderer: Support for tables that don't start at the start of the line

Features

  • Added support for HTML entites (3b270c1)
  • renderer: Added basic language names to code blocks (c9b4f77), closes #72
  • renderer: Added better validation for html tags in table cells (ab0e54e)
  • renderer: Added hybrid-mode support to the plugin (4a93e15), closes #64
  • renderer: Added support for simple html elements (94ce522)
  • renderer: Support for tables that don't start at the start of the line (3c8b0dc)
  • replace tbl_islist to islist (f1e66c7)

Bug Fixes

  • parser: Added logic for supporting markers inside code blocks (a38dd1f), closes #69
  • parser: Improved validation of pending checkboxes (a6392dd)
  • renderer: Fixed a bug causing inconsistency between the left & right padding in inline codes (0eb84e5)
  • renderer: Fixed a bug causing the last line to have border placed on the wrong column (e102b06)
  • renderer: Fixed a bug leading to extmarks on the current line not being removed (777c6aa)
  • renderer: Fixed screen not updating in "no" mode (60bc13b), closes #70
  • renderer: Made headings use decorations around the text instead of replacing the main text (41d57ab)