Skip to content

v1.3.2

Choose a tag to compare

@ksylvan ksylvan released this 30 May 20:13
· 16 commits to main since this release

Full Changelog: v1.3.1...v1.3.2

CHANGES

  • Fixed heading levels when exploding markdown into sections! 🎯
  • Main sections now use level 1 headings properly! 📝
  • Subsection headings automatically decrement by one level perfectly! ⬇️
  • Assembly process now correctly restores original heading hierarchy! 🔄
  • Added smart heading level increment logic for reassembly! ⬆️
  • Improved regex patterns to handle headings levels 1-5! 🔍
  • Version bumped to 1.3.2 with these critical fixes! 🚀
  • Document structure preservation works flawlessly in both directions! ↔️
  • No more broken heading hierarchies after explode/assemble cycles! ✨
  • Enhanced code comments explain the heading transformation process! 💡