Skip to content

Releases: Sec-ant/prettier-plugin-embed

v0.4.15

29 Feb 01:31
Compare
Choose a tag to compare

Patch Changes

  • fbb5cae: Fix wrong options fallback behaviors:

    • Empty list of tags and comments shouldn't fallback to identifiers in options.
  • 5cadbfa: Fix unstable embedded markdown indentation when using the useTabs option: #91 (comment).

  • d132038: Make embedded css formatting more align with the built-in behavior.

v0.4.14

20 Feb 12:14
Compare
Choose a tag to compare

Patch Changes

  • 442be39: Fix language plugin check false positives.

    throwIfPluginIsNotFound is discarded. Detailed explanation can be found at #84 (comment).