Skip to content

Releases: MeanderingProgrammer/render-markdown.nvim

v7.8.0

04 Jan 23:27
v7.8.0
1636954
Compare
Choose a tag to compare

7.8.0 (2025-01-04)

Features

  • individual components can all specify render modes (#269) (4d8e991)
  • nvim-cmp completion source (3d2dc15)
  • blink.cmp completion source (3d2dc15)
  • coq_nvim completion source (#258) (#259) (75cdf9d)
  • dash width and margin percent (#272)
  • include icon provider warning in health check (032c640)
  • inline code padding (#274) (65b263d)
  • handle more list types for completions (c00cc1e)
  • include markers in completion items based on context (#277)

Bug Fixes

Collaborator Shoutouts

v7.7.0

07 Dec 20:50
v7.7.0
3a08669
Compare
Choose a tag to compare

7.7.0 (2024-12-07)

Features

Bug Fixes

Awesome Things

v7.6.0

25 Nov 17:10
Compare
Choose a tag to compare

7.6.0 (2024-11-25)

Features

  • disabling background for code now keeps border (#220) (bee16b2)
  • table support for all conceal levels (3da1bfc)
  • roll own type validation to remove vim.validate (d69a885)
  • code block language icon from extension (#233) (78a2eb7)
  • log_level off (#235) (48a52dd)
  • highlighting in double equals (d6a82d7)
  • heading border per level (#240) (c83fc56)
  • heading position right (#238) (e1879e0)

Bug Fixes

  • padding & margin for code blocks indented with tabs (#230) (d80acb3)
  • check table rows after parsing (7f0143e)
  • conceal level 2 entities in tables (430a671)
  • ignore anti conceal for inline heading icons (017f370)

v7.5.0

04 Nov 15:41
Compare
Choose a tag to compare

7.5.0 (2024-11-04)

Features

Bug Fixes

  • skip updates when state is disabled (#208) (bea6f20)
  • disable rendering when left column is > 0 (1871dc4)
  • skip updates when buffer in window changes (#209) (c6b59a2)
  • use first window if buffer is not current window (#210) (5137b5e)

v7.4.0

16 Oct 23:43
Compare
Choose a tag to compare

7.4.0 (2024-10-16)

Features

Bug Fixes

  • bullet point right padding priority (#199) (b02c8ef)
  • window offset bottom calculation (e13ac2c)

v7.3.0

04 Oct 12:52
Compare
Choose a tag to compare

7.3.0 (2024-10-04)

Features

  • checkbox scope highlight (cb90caf)
  • plus / minus metadata dash rendering (35c37ca)
  • callouts override quote icon (#194) (1eb3b74)

Bug Fixes

v7.2.0

26 Sep 21:25
Compare
Choose a tag to compare

7.2.0 (2024-09-26)

Features

Bug Fixes

  • window options on alternate buffer switch (#177) (f187721)
  • update when window scrolled (#185)

Collaborator Shoutouts

v7.1.0

20 Sep 03:53
Compare
Choose a tag to compare

7.1.0 (2024-09-19)

Features

Bug Fixes

Collaborator Shoutouts

v7.0.0

13 Sep 12:13
Compare
Choose a tag to compare

7.0.0 (2024-09-13)

⚠ BREAKING CHANGES

  • indent.skip -> indent.skip_level (a028fbe)
    • Renamed within hours of adding

Features

  • add missing obsidian aliases (74b77c7)
  • store components in context, avoids duplicate queries (d228a3c)
  • improve health check for obsidian.nvim conflict (4d2aea3)
    • anyone using acknowledge_conflicts in their config should remove it
  • performance getting callouts and checkboxes (5513e28)
  • indent based on heading level rather than nesting (27cc6ce)
  • configurable starting indent level (cdb58fc)
  • configurable heading indents so body is offset (#161) (a028fbe)

Bug Fixes

  • only create foreground when inversing highlight (#154) (12fdb6f)
  • leading spaces in checkbox bullet (#158) (06337f6)
  • heading borders with indentation (#164)
  • indenting heading borders with single empty line between (2ddb145)

Collaborator Shoutouts

v6.3.0

30 Aug 00:30
Compare
Choose a tag to compare

6.3.0 (2024-08-29)

Features

Bug Fixes

  • tables indented and no spaces in cells (#142) (a3617d6)
  • skip tables with errors (c5f25ef)
  • render table border below delimiter when no rows (631e03e)
  • nil check current line (92e1963)