-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[HTML] do not touch unknown directives #5537
Copy link
Copy link
Open
Labels
lang:htmlIssues affecting HTML (and SVG but not JSX)Issues affecting HTML (and SVG but not JSX)scope:dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Metadata
Metadata
Assignees
Labels
lang:htmlIssues affecting HTML (and SVG but not JSX)Issues affecting HTML (and SVG but not JSX)scope:dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependencyIssues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Prettier 1.15.2
Playground link
Input:
Output:
Expected behavior:
Same as input. Unknown directives (
< ... >) should be preserved as-is (context: #5536).