Skip to main content
Demo

Minimal usage

content can be raw text, localized string, markdown or html. But only a few html tags will be allowed without allowUnsecure flag.
Demo

Advanced usage

allowUnsecure let all html tag to be displayed.
markdown can be disabled by setting this attribute to false.
will not display “world” in a strong tag. tag is an option to set the nature of the container tag. By default, it’s a div tag.
Demo