Skip to content

Release markdoc-html-tag-schemas 1.1.0

Latest

Choose a tag to compare

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 now getGenerateSelfClosingTagSchema()
    • generatePrimarySchema() is now getGeneratePrimarySchema()
    • generateNonPrimarySchema() is now getGenerateNonPrimarySchema()