Versions in this module Expand all Collapse all v1 v1.0.0 Apr 7, 2024 Changes in this version + func Fonts(f map[string]string) option + func KeepComments(b bool) option + func ToHTML[T ~string | *MJMLNode](v T, opts ...option) (string, error) + func ValidationLevel(l string) option + type MJMLNode struct + Attributes map[string]string + Children []MJMLNode + Content string + TagName string + func ToJSON(v string, opts ...option) (*MJMLNode, error)