2.2.1 (2023-11-05)
2.2.0 (2023-10-14)
- 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
- 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
2.1.0 (2023-03-11)
- disable attributes copy to parent (#157) (3690e17)
- disable img attributes copy to figure element (#167) (78ea9bf), closes #151
1.3.0 (2023-03-11)
- disable attributes copy to parent (#157) (3690e17)
- disable img attributes copy to figure element (#167) (78ea9bf), closes #151
1.2.2 (2022-05-29)
1.2.1 (2022-01-20)
- Rename
readMetadata
argument andMetadata
propertyexcludes
to be more understandable (60affea)
1.2.0 (2022-01-20)
- Fixed TOC link in Japanese version (a46c2a3)
- Add
excludes
argument toreadMetadata
(174c8dd)
1.1.0 (2021-12-07)
- Supports metadata specification for stringify (249cf32)
1.0.2 (2021-07-26)
1.0.1 (2021-07-27)
1.0.0-alpha.27 (2021-07-10)
- Fixed an issue where ruby couldn't escape pipe with a backslash (ac111a2)
1.0.0-alpha.26 (2021-07-04)
- Added VFM settings to Frontmatter (ff4efc7)
1.0.0-alpha.25 (2021-07-03)
- Fixed an issue that caused an error if Object was null for
vfm
(38906f0) - Fixed an issue that caused an error if YAML object was null (43233a3)
- Fixed to be empty string instead of null when only key is specified in Frontmatter YAML (1a64e33)
1.0.0-alpha.24 (2021-06-28)
- Fixed an issue where the optional
style
specification was ignored (88bdb6c)
- Expose readMetadata API (6ff37c5)
1.0.0-alpha.23 (2021-06-27)
- Don't convert dates and times that aren't quoted (4adef06)
- Implemented document processing as VFM in case of major metadeta design changes (fb57dae)
- Improved metadata definition with frontmatter (449fa46)
1.0.0-alpha.22 (2021-05-15)
- Fixed an issue where inline footnotes were copied to title tag and section id when heading was defined (59f8db0)
1.0.0-alpha.21 (2021-05-02)
- Error of
tsc
(6e3b85a) - Math syntax attributes should have been specified in the wrapping
<span>
instead of the<body>
. (13dbc79)
- If math syntax is enabled and
<math>
is detected,<script>
is output. (6a707ef) - Math syntax enabled default (408a623)
1.0.0-alpha.20 (2021-04-30)
hidden
specification of the heading is output as an attribute (a933f6b)- Added section leveling (021b72f)
- Copy the section attributes from the heading, however the
id
will be moved (a355dd5) - Disable section with blockquote heading (f493797)
1.0.0-alpha.19 (2021-04-26)
- change
data-math-typeset
attribute to string boolean (ee733b7) - change the value of
data-math-typeset
fromboolean
tostring
(ab3442b) - incorrect specification of characters immediately before/after the start and end in math syntax (e0948ec)
- add html tag for math syntax (bcffbda)
- escape
$
with an even number of\
and one-letter expression in math syntax (inline) (26e4cb8) - implemented math syntax with MathJax (1f62c24)
- implemented MathJax multi-line specification, pre/post-conditions for start and end symbols, and escape (2611e92)
- one-letter expression in math syntax (display) (13f195a)
- set
aria-hidden: true
to<figcaption>
so that screen readers don't even read<img>
'salt
and<figcaption>
(91bb30c)
1.0.0-alpha.18 (2021-04-09)
- fixed a crash when specifying the HTML pre tag (3fbbb82)
- Fixed type overload inconsistencies by casting (59b887e)
- frontmatter and metadata (d12188b)
1.0.0-alpha.17 (2021-02-22)
1.0.0-alpha.16 (2021-01-22)
- Apply option name changes to README (e6c4431)
- CLI option shorthand mistake #56 (ed52f94)
- Fixed by PR review (417e944)
- Added --auto-line-breaks option to CLI (24fe380)
- Change automatic line breaks to optional (bebc736)
- Changed to keep the default value per property by expanding the option (3a691f6)
- Renamed line breaks option (494185a)
1.0.0-alpha.15 (2021-01-14)
- replace() throws Error if empty ReplaceRules array is given (b0cfb6a)
1.0.0-alpha.14 (2021-01-11)
1.0.0-alpha.13 (2021-01-11)
1.0.0-alpha.12 (2021-01-11)
1.0.0-alpha.11 (2020-12-16)
- handle multiline input (f1afb20)
- Add code block tests (687227b)
- Add math block tests (b03bb73)
- Add parser definition tests (a27d0ab)
- Add test codes (34aa884)
1.0.0-alpha.10 (2020-07-02)
- unwanted code attribution (098eeb1)
1.0.0-alpha.9 (2020-07-02)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-alpha.5 (2020-06-24)
- export parser (c78c800)
- aggregate frontmatter (e970720)
1.0.0-alpha.4 (2020-06-24)
- add plugins (d62b838)
- auto-generate id for headings (c2b3433)
1.0.0-alpha.3 (2020-06-15)
- add vfm cli (5733e64)
1.0.0-alpha.2 (2020-06-14)
- strict checks on nested fence symbols (cd4fa32)