Fields - HTML Support
You can pass HTML as a field value to get the dynamic formatted text inside the output Document.
{description} - Regular Field that supports only text and newline character
{*description} - Special field that supports HTML as inputSupported HTML Tags
<a>
<b>
<blockquote>
<br>
<code>
<del>
<div> is treated as paragraph
<em>
<h1-h6> tags, they translate to paragraphs with different font-size
<hr>
<i>
<img>
<ins>
<p>
<pre>
<s>
<span>
<strike>
<strong>
<sub> and <sup>
<table>, <tr>, <td>, <tbody>, <thead>, <tfoot>, <colgroup>, <col>, <th> tags
<ul>, <ol> and <li> for ordered (bullet list) and unordered listsInline styles
Links
Page Breaks
Mermaid Diagrams
Hints
Last updated