2.0.0 (2025-11-14)
⚠ BREAKING CHANGES
-
Explicitly deny special handling for elements that should not be inside codeblocks
-
Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)
Fixes
- correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
- eliminate circular dependency between config and utilities (fixes #74) (3934406)
- fixed table parsing issue (closes #38, closes #47) (5ac217a)
- handle mixed-case HTML tags correctly (fixes #63) (9016420)
- Ignore options overwritten if block element. (fixes #49) (bdc0d09)
- preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
- preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
- Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
- remove perf functions from browser builds (fixes #58) (d1552fd)
- trim trailing whitespace while preserving two-space line breaks (c0062b8)