Tagged template based HTML-to-entities parser function
Additionally, md function has two static methods:
html.escape - escape a string to be safely used in HTML
(should not be needed in most cases, as html function itself handles all strings
passed to it automatically as plain text)
html.unparse - add HTML formatting to the text given the plain text and entities contained in it
Tagged template based HTML-to-entities parser function
Additionally,
mdfunction has two static methods:html.escape- escape a string to be safely used in HTML (should not be needed in most cases, ashtmlfunction itself handles allstrings passed to it automatically as plain text)html.unparse- add HTML formatting to the text given the plain text and entities contained in it