Versions in this module Expand all Collapse all v1 v1.0.1 Apr 24, 2025 Changes in this version + type ParserOptions struct + func NewParseOptions(includeLoaders map[string]string) (*ParserOptions, error) + func (c *ParserOptions) Destory() + func (c *ParserOptions) ParseJSON(input string) (*ParserOutput, error) + func (c *ParserOptions) ParseMJML(input string) (*ParserOutput, error) + type ParserOutput struct + func (c *ParserOutput) Destory() + func (c *ParserOutput) ToHTML() (string, error) + func (c *ParserOutput) ToJSON() (string, error) + func (c *ParserOutput) ToMJML() (string, error)