Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 11:15
· 184 commits to master since this release
cd1e909

1.2.0 (2024-11-27)

Features

  • 馃幐 add ability to detect titles and code blocks (64e3250)
  • 馃幐 add ability to parse exactly one HTML element (96d0d99)
  • 馃幐 implement Markdown detection (b751b44)
  • 馃幐 parse HTML in inline Markdown (6da8f0f)
  • 馃幐 recognize fences pattern as Markdown (b7212bc)
  • 馃幐 recognize headings in Markdown (169b8c3)
  • 馃幐 simplify smart text replacements (62e518a)
  • 馃幐 use HTML parser in Markdown block parser (3cc491f)

Performance Improvements

  • 鈿★笍 cleanup regular expressions (089222c)
  • 鈿★笍 shorten method names (f9bbdf3)