doHTML Docs

doHTML

  • Element ID: target any input element id.

  • Add Html tags?: In case you need to wrapp automatically your message in:

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<!--Message-->
</body>
</html>

When you convert any text, you can use the exposed state to get the converted html of the input.

Last updated