1.8.2 (2024-10-29)
Features
- Replaced
div
withspan
as the container for tooltips to improve browser compatibility.
1.8.1 (2024-10-29)
Bug Fixes
- Fixed an issue where tooltips inside inline text were not parsed correctly.
Features
- Changed the tooltip trigger condition to
click
for better mobile device compatibility.
1.8.0 (2024-10-28)
Features
- Added support for tooltip.
1.7.9 (2024-10-22)
Features
- Added gallery support.
1.7.7 (2024-10-22)
Bug Fixes
- Fixed issue where footnote links that were not referenced did not display.
1.7.6 (2024-10-22)
Features
- Added support for table captions.
- Added support for checkboxes in lists.
1.7.5 (2024-10-16)
Bug Fixes
- Fixed issue rendering Markdown inside warning blocks.
Features
- Updated warning block icons.
1.7.3 (2024-09-26)
Features
- Added syntax support for warning blocks.
1.7.2 (2024-09-25)
Features
- Added/updated
className
support.
1.7.1 (2024-09-24)
No significant updates.
1.7.0 (2024-09-24)
No significant updates.
1.6.3 (2024-09-24)
Bug Fixes
- Fixed issue with
npm install
command.
1.6.1 (2024-09-20)
Bug Fixes
- Fixed issue with demo page links.
1.6.0 (2024-09-20)
Features
- Added web integration support.
1.5.5 (2024-09-18)
Bug Fixes
- Updated GitHub CI.
Features
- Added support for unnumbered theorem blocks.
1.5.0 (2024-09-04)
No significant updates.
1.3.3 (2024-08-14)
Bug Fixes
- Fixed image sizing issue.
1.3.2 (2024-08-08)
Bug Fixes
- Added "px" unit for image size.
1.3.1 (2024-08-06)
Features
- Added support for resizing images.
- Reorganized the project.
- Added Rollup live reloading and code highlighting.
1.2.2 (2024-08-01)
No significant updates.
1.2.1 (2024-08-01)
Bug Fixes
- Fixed TypeScript errors.
1.2.0 (2024-08-01)
Bug Fixes
- Fixed Rollup demo page issue.
- Fixed footnote issue.
- Refactored the return values of
renderMarkdown
andrenderMarkdownCompact
. - Used
crypto
andbuffer
for the demo in the browser.
Features
- Ignored
<br>
rule. - Added demo page.
- Added support for image captions (
figcaption
). - Generated
className
for theorem/solution blocks. - Added error handling for
tex2svg
. - Rewritten theorem section.
- Triggered dependency update.
- Upgraded
marked.js
to v13. - Replaced
<div>
with<section>
.