Verify that:
- The post title renders the word “with” in italics and the word “markup” in bold.
- The post title markup is removed from the browser window / tab.
A website made for testing
Verify that:
A few things to check for:
The following CSS properties will help you support non-breaking text.
-ms-word-wrap: break-word;
word-wrap: break-word;
Note that word-wrap
was orginally non-standard and is now an alias of overflow-wrap
:
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
This post has many tags.
Nested and mixed lists are an interesting beast. It’s a corner case to make sure that: