<strong> inside <p> is broken
See original GitHub issueMy .js-file is longer, but this small example shows the problem:
<p>
Welcome to the <strong>Universal React Starter-kyt</strong>.
This starter kyt should serve as the base for an advanced,
server-rendered React app.
</p>
turns into
<p>
Welcome to the{" "}
<strong>Universal React Starter-kyt</strong>
.
This starter kyt should serve as the base for an advanced,
server-rendered React app.
</p>;
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
<strong> not working inside <p> in Firefox - Stack Overflow
This only happens in Firefox – in Chrome and Safari all works. When I'm using <strong> inside a <li> all is working correct....
Read more >Strong tag not working - HTML-CSS - The freeCodeCamp Forum
So I have been working through these exercices and have come across a problem: Wrap a strong tag around “Stanford University” inside the...
Read more >How to wrap a strong tag around a word inside a <p ... - Quora
Use paragraph tags around paragraphs and style them to provide the amount of space you want to have between them. You should only...
Read more >Tests pass when <strong> is used to wrap entire <p> element ...
Tests pass when <strong> is used to wrap entire <p> element in challenge Applied Visual Design: Use the strong Tag to Make Text...
Read more >Paragraphs, Lines, and Phrases
Phrase elements: EM , STRONG , DFN , CODE , SAMP , KBD , VAR , CITE , ABBR , and ACRONYM ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
fixed in https://github.com/jlongster/prettier/pull/455 though I might try to add more to that PR
#455 is ready for review, and also adds support for extra newlines between jsx elems / text lines!