Version 0.2.0
✨ New Additions
We've added new HTML elements to make your Go-based HTML generation even more powerful.
- Blockquote (
Blockquote
): Create a<blockquote>
element for indicating long quotations in your content. - Br (
Br
): Easily add line breaks with the<br>
element. - Code (
Code
): Perfect for inline code snippets, this function generates the<code>
element. - Em (
Em
): Add emphasis to your text with the<em>
element. - Hr (
Hr
): Create thematic breaks in your content using the<hr>
element. - Pre (
Pre
): Preserve both spaces and line breaks with the<pre>
element, ideal for displaying code blocks. - Strong (
Strong
): Make your text bold and give it strong importance using the<strong>
element.