Skip to content

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:26

Fixed

  • Indented fenced code blocks (1-3 leading spaces before the ``` fence, common in AI-generated markdown) are now detected and rendered as code blocks instead of plain text.
  • Tab characters in normal paragraphs and blockquotes are now expanded to align to the tab stop. Previously each tab rendered as a single column, so tab-indented Markdown text lost its alignment in the rendered view.
  • Tab indentation inside blockquotes now aligns to the same absolute column as in edit mode, keeping the rendered and raw views consistent.

Full Changelog: v1.1.6...v1.1.7