Releases: louiss0/markdoc-html-tag-schemas-mono-repo
Releases · louiss0/markdoc-html-tag-schemas-mono-repo
Release markdoc-html-tag-schemas 1.1.0
Fixed
- Schemas from created by
getGenerateSelfClosingTag()
's call are have the options that are
passed shown in it's result
Added
- Types that make sure that attributes are typed properly.
Changed
- Schema helper functions are functions that must be called before passing in options
generateSelfClosingTagSchema()
is nowgetGenerateSelfClosingTagSchema()
generatePrimarySchema()
is nowgetGeneratePrimarySchema()
generateNonPrimarySchema()
is nowgetGenerateNonPrimarySchema()
Release markdoc-html-tag-schemas 1.0.2
Added -->
Release markdoc-html-tag-schemas 1.0.1
Fixed
- The repo url leads to the mono-repo in the readme.
- I had to remove map and area from the list of supported tags.
Release markdoc-html-tag-schemas 1.0.0
This is the first version of this package.
Added
- Markdoc attributes I call them attribute schemas.
- Schemas that are used for HTML tags suitable for writing articles.
- A function that can be used to extend Astro's markdoc config.