Releases: Sec-ant/prettier-plugin-embed
Releases · Sec-ant/prettier-plugin-embed
v0.4.15
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
Patch Changes
-
442be39: Fix language plugin check false positives.
throwIfPluginIsNotFound
is discarded. Detailed explanation can be found at #84 (comment).