Table of Contents
show
Comparison Table
Top Product Reviews
Special formatting
As well as bold and italics, you can also use some other special formatting in the editor when the need arises, for example:strike through- highlight
- *escaped characters*
What we like
- Instant start button for quick and easy starting
- Commercial grade gas hedge trimmer
- Large and durable
- Stainless steel blades
- Does not require much maintenance or repairs
What We Didn’t Like
- Heavy and not very portable
- Expensive
Writing code blocks
Code elements can be created in the editor by switching the text style to Preformatted. Code is formatted by wrapping any word or words in pre tags,<pre>like this</pre>. Larger snippets of code can be displayed across multiple lines like this:
.my-link {
text-decoration: underline;
}
Full width images
One neat trick which you can use in WordPress to distinguish between different types of images is to add a class value to the image itself from the Advanced Settings tab, and then target images containing the class with special styling. For example:
which is styled with…
img.full-width {
max-width: 100vw;
}
This creates full-bleed images in the Corporate Pro theme, which stretch beyond their usual boundaries right up to the edge of the window. Every theme handles these types of things slightly differently, but it’s a great trick to play with if you want to have a variety of image sizes and styles.








This is a test comment
Hello there. Nice comment.