Skip to content

Releases: PenguinBoi12/silk

0.2.1

24 Apr 07:02
25e3dd4

Choose a tag to compare

What Changed

  • Fixed issue with nested rendering inside tag
  • Added Phoenix LiveView helpers live_tag

0.1.0 - Initial Release

22 Apr 05:28

Choose a tag to compare

This is the first release of Silk.

What's included

  • Tag macro - Easily write HTML with Elixir's syntax
  • Void tag support - Proper handling for self-closing tags like <br>, <img>, etc.
  • Content formatting – Clean and readable HTML output
  • (Very) Basic documentation