Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@chasefleming chasefleming released this 07 Oct 15:40
· 292 commits to main since this release
31b37bb

✨ 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.