-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Tags aren't formatted inside <pre> #7393
Copy link
Copy link
Open
Labels
lang:htmlIssues affecting HTML (and SVG but not JSX)Issues affecting HTML (and SVG but not JSX)
Description
Prettier 1.19.1
Playground link
--parser htmlInput:
<pre> <b >f</b ></pre >Output:
<pre> <b >f</b ></pre>Originally posted by @thorn0 in #7392 (comment)
@thorn0 It's todo
prettier/src/language-html/utils.js
Line 76 in 20be335
| // TODO: handle non-text children in <pre> |
Originally posted by @fisker in #7392 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lang:htmlIssues affecting HTML (and SVG but not JSX)Issues affecting HTML (and SVG but not JSX)