Releases: MeanderingProgrammer/render-markdown.nvim
Releases · MeanderingProgrammer/render-markdown.nvim
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)