Documentation
Code Styling
HoverCraft includes lightweight styling for code shown inside normal WordPress content.
- Inline
<code>content uses compact styling with small rounded corners. - Block snippets using
<pre>or nested<pre><code>markup use larger containers and monospace typography. - Long code lines can scroll horizontally instead of forcing the page layout wider.
- Code text remains normally selectable so visitors can copy only the portion they need.
- HoverCraft does not inject copy buttons or additional JavaScript into code snippets.
Related Content Formatting
Common content elements around technical documentation use simple theme styling without requiring special blocks or plugins.
- Tables use the available content width with bordered cells and a lightly distinguished first row.
- Ordered and unordered lists use outside markers with consistent item spacing; ordered-list markers are emphasized.
- Blockquotes use a left accent border with theme-controlled text and border colors.
- WordPress image captions use compact, left-aligned text below the associated image.
These styles apply to normal HTML and WordPress content markup and are not a separate Gutenberg block system.