Skip to content

Version 0.1.13

This release improves the math rendering capabilities in markdown by switching to a more robust approach using KaTeX directly. It fixes issues with math delimiters being altered during markdown processing and enhances debugging and configuration for consistent math display across all node types. Documentation has also been updated to reflect these improvements.

New Features

  • Add LaTeX math rendering support with KaTeX, supporting multiple math delimiters and automatic rendering in all node types (7f8fc6) (Eric Ma)
  • Add documentation for math rendering support in README and PDF import docs (b357cf) (Eric Ma)
  • Add debug logging to help diagnose math rendering issues (3d822c) (Eric Ma)

Bug Fixes

  • Fix math rendering by using HTML comment placeholders instead of underscores to prevent markdown formatting issues (ecf402) (Eric Ma)
  • Fix math rendering by protecting math delimiters from markdown backslash escaping (743912) (Eric Ma)
  • Fix math rendering by configuring marked.js once at initialization to ensure KaTeX extension is properly applied (01093c) (Eric Ma)
  • Fix math rendering by replacing marked-katex-extension with direct KaTeX rendering to avoid backslash processing issues (db67b6) (Eric Ma)
  • Fix markdownlint errors by adjusting heading levels in release notes (9ea73a) (Eric Ma)

Deprecations

  • None