Inline Code & Code Blocks
Inline mark and mark blocks are used to display technical terms, commands, and mark snippets in a clear and readable format. The theme provides dedicated styling for <code> and <pre> elements to ensure mark content is visually distinct, easy to read, and consistent across all devices.
Using pre Tag
1 2 3 | <pre> -- here is your codes -- </pre> |
Using code Tag
<code> -- here is your codes -- </code>