Releases: MeanderingProgrammer/render-markdown.nvim
Releases · MeanderingProgrammer/render-markdown.nvim
v3.2.0
3.2.0 (2024-06-28)
Features
- Make default icons consistent: (#37) (7cfe1cf)
 - Document known limitations: (#34) (#35) (0adb35c)
 - Add troubleshooting guide: (#38) (6208fc4)
 - Add note for 
vimwikiusers: (#39) (56ba207) - Add issue templates: (e353f1f)
 - Add 
rawcell style option: (#40) (973a5ac) - Allow custom handlers to extend builtins: (870426e)
 - Add language icon above code blocks: (6eef62c)
 - Use full modes instead of truncated values, support pending operation: (#43) (467ad24)
 
Bug Fixes
- Get mode at time of event instead of callback execution: (#36) (b556210)
 - Update healthcheck to work with neovim 0.9.5: (64969bc)
 - Handle block quotes with empty lines: (#41) (6f64bf6)
 
Contributor Shoutouts
v3.1.0
v3.0.0
3.0.0 (2024-05-31)
⚠ BREAKING CHANGES
- Allow all window options to be configurable between rendered and non rendered view (#31) (258da4b)
 - In order to fix:
conceal = { default = <value_1>, rendered = <value_2> }->win_options = { conceallevel = { default = <value_1>, rendered = <value_2> } }
 
Contributor Shoutouts
v2.1.0
2.1.0 (2024-05-31)
Features
- Support github markdown callout syntax (#20) (43bbefd)
 - Add health check on treesitter highlights being enabled (#28) (c1d9edc)
 - Script logic to update state config class and README from init.lua (d1cd854)
 - Validate user config in health check (6f33a30)
 - Support user defined handlers (#30) (473e48d)
 
Bug Fixes
v2.0.0
v1.2.0
1.2.0 (2024-05-21)
Features
- Add simple logging (467c135)
 - Make start state configurable (#16) (#17)
 - Add unit / kinda integ test (b6c4ac7)
 - Add packer.nvim setup to README (#19) (9376997)
 - Update for 0.10.0 (no user impact) (0581a9a)
 - Disable rendering on large files (e96f40d)
 - Operate at event buffer level rather than current buffer (41b955c)
 
Bug Fixes
- Fix bullet point rendering with checkbox (#18) (#22) (e38795f)
 - Disable plugin on horizontal scroll (#23) (966472e)
 
Contributor Shoutouts
v1.1.0
1.1.0 (2024-04-13)
Features
- Configurable file types (d7d793b)
 - Add toggle command (#4) (fea6f3d)
 - Use buffer parser to handle injections (#3) (e64255d)
 - Add LaTeX support (#6) (138a796) (da85a5e)
 - Support block quotes (106946a)
 - Make icons bigger for certain font setups (#9) (38f7cbc)
 - Support inline code (df59836)
 - Dynamic conceal level (#10) (c221998)
 - Add Vimdoc (cdc58f5)
 - Add fat tables option (fb00297)
 - Support list icon based on level (#1) (#11)
 - Refactor + LaTeX cache (2b98d16)
 - Support horizontal break (af819f3)
 - Support checkboxes (90637a1)
 
Bug Fixes
- Leading spaces in list (#2) (#5) (df98da8)
 - Passing custom query does not work (#7) (70f8f4f)
 - Ignore ordered lists for bullet points (#7) (f5917d2)
 - Dynamic heading padding (#12) (a0da7cf)