Releases: vivliostyle/vfm
Releases · vivliostyle/vfm
Release 2.2.1
Release 2.2.0
2.2.0 (2023-10-14)
Bug Fixes
- HTML block with markdown heading causes wrong HTML sectioning (#174) (c551024), closes #171
- HTML title generated from heading should not have ruby text and HTML tags (#178) (59fee36), closes #166
Features
- Support non-sectionize headings, enclosed by equal number of hashes (#172) (463c615), closes #155
- Support section-end mark (line with only hashes) (#175) (63869ed), closes #155
What's Changed
- docs: 日本語ドキュメントのサイドバーが壊れていたのを修正 by @MurakamiShinyu in #168
- feat: Support non-sectionize headings, enclosed by equal number of hashes by @MurakamiShinyu in #172
- Added Type attribute to Link of CSS by @ffbeso in #173
- fix: HTML block with markdown heading causes wrong HTML sectioning by @MurakamiShinyu in #174
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #163
- feat: Support section-end mark (line with only hashes) by @MurakamiShinyu in #175
- fix: HTML title generated from heading should not have ruby text and HTML tags by @MurakamiShinyu in #178
New Contributors
Full Changelog: v2.1.0...v2.2.0
Release 2.1.0
Release 1.2.2
Release 1.2.1
Release 1.2.0
Release 1.1.0
Release 1.0.2
1.0.2 (2021-07-26)
This version is VFM v1.0.0, v1.0.2 is due to a mistake in the release process.
Release 1.0.0-alpha.27
1.0.0-alpha.27 (2021-07-10)
Bug Fixes
- Fixed an issue where ruby couldn't escape pipe with a backslash (ac111a2)