prettier-plugin-embed
Advanced tools
Changelog
0.4.15
fbb5cae: Fix wrong options fallback behaviors:
5cadbfa: Fix unstable embedded markdown indentation when using the useTabs
option: https://github.com/Sec-ant/prettier-plugin-embed/pull/91#issuecomment-1963760555.
d132038: Make embedded css
formatting more align with the built-in behavior.
Changelog
0.4.14
442be39: Fix language plugin check false positives.
throwIfPluginIsNotFound
is discarded. Detailed explanation can be found at https://github.com/Sec-ant/prettier-plugin-embed/issues/84#issuecomment-1953844934.
Changelog
0.4.13
Changelog
0.4.12
67d0726: Fix a regression of formatting template literals with only whitespaces:
``
.Changelog
0.4.11
3639712: Set up changesets
f4a41e7: Deprecate identifier
-named options.
embedded<Language>Identifiers
to embedded<Language>Comments
and embedded<Language>Tags
.noEmbeddedIdentificationByComment
~~ because it is not needed anymore.noEmbeddedIdentificationByTag
~~ because it is not needded anymore.embeddedOverrides
now takes the form:
{"comments": [...], "options": {...}}
or
{"tags": [...], "options": {...}}
or
{"comments": [...], "tags": [...], "options": {...}}
The property identifiers
is kept for compatibility and will serve as fallbacks.comment
- or tag
-named options are not present, the plugin will fallback to use identifier
-named options.