Releases: OXY2DEV/markdoc
Releases · OXY2DEV/markdoc
Release list
v3: Helptags generation
Added helptags generation capabilities. Use help_dirs to configure.
Full Changelog: v2...v3
v2
Same as v1.0.0 just with action changes
Full Changelog: v1.0.0...v2
v1.0.0
1.0.0 (2025-03-21)
⚠ BREAKING CHANGES
- Changed various option names
Features
- Added ability to place TOC anywhere (5481cfe)
- Added block quote & callout support (5f0b9e1)
- Added bullet list support (42e53bc)
- Added Code block support (493c98a)
- Added dyamic width support (c8ac64c)
- Added footer section (c94300a)
- Added markdown to vimdoc converter (2fbedc0)
- Added Ordered pist supoort (0ef354d)
- Added paragraph support (42e53bc)
- Added strong, emphasis, inline code, subscript & superscript text support (de592b5)
- HTML block & inline element suppor (dbd52b4)
- HTML div support (dbd52b4)
- Link & Image support (f76c885)
- Space & Soft line break support (42701b9)
- Vimdoc header support (de93c2b)
Bug Fixes
- Added text wrap for table cell contents (e0a6cc4)
- Changed how text wrap works (c82ab31)
- ci: Added jq (867fa7b)
- Fixed block quotes wuth code blocks inside (bd838a3)
- Fixed column width algorithm for tables (e0a6cc4)
- Fixed heading transformer (dc11934)
- Fixed parsing of various options (42cf6e0)
- Fixed spacing issues with inline tags (f99d7eb)
- Fixed sxtra newline issue and other minor visual issues (dbd52b4)
- Fixed table column width algorithm (c94300a)
- Fixed tokenization of
\n(f99d7eb) - Improved table rendering (dd014c0)
- Not defining links no longer causes errors (44d5df5)
- Paragraphs now get wrapped (5481cfe)
- Plain nodes now also get parsed (42701b9)
- Raw Block with align now adds newline at start (e27e176)
- Text alignment is now partially preserved (f99d7eb)
Code Refactoring
- Changed various option names (c94300a)