Content imported from older versions of WordPress This page shows how Gutenberg is going to format content imported from older versions of WordPress. We’ve updated some of the styles to bring them into the new theme. Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: …
Tag Archives: markup
Markup: Text Alignment
WordPress supports the following text alignments – flush left, centered, flush right, and justified. Please don’t justify your text. You can easily make your text unreadable as it tries to justify itself to the full line length. In general, “right align” is not used. “Center Align”, has it’s place and should be used minimally. Default …
Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/\;:'”?,.>
Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). Latin Character Tests This is …
Continue reading “Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/\;:’”?,.>”
Edge Case: Many Tags
This post has many tags.
Edge Case: Nested And Mixed Lists
I am seeing Nested Lists are not working and need to be addressed. Nested and mixed lists are an interesting beast. It’s a corner case to make sure that Lists within lists do not break the ordered list numbering order Your list styles go deep enough. Ordered – Unordered – Ordered ordered item ordered item …