Skip to content

Releases: OXY2DEV/markdoc.nvim

Release list

v1.1.0

Choose a tag to compare

@OXY2DEV OXY2DEV released this 07 Nov 12:10
646e2b9

1.1.0 (2025-11-02)

Features

  • Added API functions (d045c49), closes #6
  • Added option to preserve whitespaces (0aaabb7)
  • Calling setup() is no longer required (fb3bb01), closes #5
  • html: Added <code></code> support (19a339b)
  • markdown_inline: Added ~strikethrough~ support (ff51a9f)
  • markdown: Added setext_heading support (72bcca3)
  • markdown: Added horizontal rule support (fbc82b5)
  • markdown: Allow link modofication on link/image section (febdc0b)

Bug Fixes

  • Empty whitespaces are now added conditionally for footers (d585a2a)
  • Filename is now relative to the source file (df723c1)
  • Fixed a bug with incorreft filetype (5c9b60f)
  • Fixed whitespace logic (3a8a760)
  • format: Remove trailing empty lines from output (0c02140)
  • html: ignore now works correctly with multiple regions (6fca043)
  • html: Added filter to ignore match captures (8eb95fa)
  • html: Updated how links are transformed from HTML (4c24659)
  • Injections are no longer transformed (45aab81)
  • markdown_inline: code spans in tables no longer break rendering (2e69c5e), closes #4
  • markdown: Fixed a bug with image section not rendering (1ac49eb)
  • markdown: Fixed an issue with headings getting turned into code blocks (79d32ac)
  • markdown: Fixed incorrect transform range for code blocks (c58207e)
  • markdown: Fixed links not showing up at bottom (c721e40)
  • markdown: Formatter now doesn't strip empty lines (2ccb252)
  • markdown: Horizontal rulss no longer break headings (f36a7b8)
  • markdown: Newlines in setext headings are now treated as space (4ba78ef)

v1.0.0

Choose a tag to compare

@OXY2DEV OXY2DEV released this 18 Oct 04:07
4fcb151

1.0.0 (2025-10-18)

⚠ BREAKING CHANGES

  • markdown_inline: More flexible inline links

Features

  • Added ability to write files without confirmation (1a3ddf4)
  • Added basic support for HTML (7fb4b74)
  • Added config (ad1a206)
  • Added export option (e790695)
  • Added file conversion (e4f22c4)
  • Added link & image references (b01c363)
  • Added TOC support (b998338)
  • Draft version of markdown_inline -> vimdoc converter (ca046c0)
  • Draft version of markdown -> vimdoc converter (98ccd5c)
  • html: Added details & summary support (5914d76)
  • html: Added ability to ignore pqrts of the document (77c9a2b)
  • html: Added support for bold, italic & keycode (9daf8d8)
  • html: Added support for commemts, images & anchor tags (b684739)
  • html: Better support for multiline html elements (9daf8d8)
  • markdown_inline: Added ability to change list markers (732b897)
  • markdown, html: Added aupport for aligned paragraphs (9bd47d3)
  • markdown: Added block quote support (c92d4eb)
  • markdown: Added callout & callout title support (ae99205)
  • markdown: Added custom formatter (54d056f)
  • markdown: Added table support (a1a4d18)
  • markdown: Better heading & tag system (e7b779e)
  • markdown: Indented code block support (ec3c026)
  • markdown: Initial structure of the tree walker (ff4bc62)
  • vimdoc: Added header & footer suppprt (9eef1d1)

Bug Fixes

  • setup() now correctly works (916cec0)
  • markdown, atx_headings: Fixed an issue with level 3 heading transformation (5fed49e)
  • markdown: Fixed formatting of Nodes that end with empty lines (bab6ee8)
  • markdown: Fixed range, format related issues (ec3c026)
  • markdown: Headings now start at column 0 (387139d)
  • markdown: Improved formatting (ab9f930)
  • markdown: Nested code blocks now get correctly converted (bab6ee8)
  • markdown: Proepr support for Column headings (ec3c026)
  • markdown: Removed trailing spaces for heading text (4fdaccc)
  • markdown: Rixed border issues for table rows (66977c0)
  • markdown: Update tag width dynamically (a0f2565)

Code Refactoring

  • markdown_inline: More flexible inline links (e81a3e9)