-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
If you have a <code> tag in a <pre> tag then every time you format the document it adds a new line inside the start of the <pre> tag. This will keep adding new lines to the <pre> tag endlessly.
The formatter should ignore <pre> tags as they preserve whitespace.
Example:
<pre><code>{{ someProp }}</code></pre>
Will turn into:
<pre>
<code>{{ someProp }}</code></pre>
Metadata
Metadata
Assignees
Labels
No labels