Fields - HTML Support
You can pass HTML as a field value to get the dynamic formatted text inside the output Document.
Last updated
You can pass HTML as a field value to get the dynamic formatted text inside the output Document.
Last updated
{description} - Regular Field that supports only regular text / number
{*description} - Special field that supports HTML as input
{#*people.description} - Special field in table/section "people" that support HTML as input<b>, <strong> -> bold
<i>, <em> -> italic
<u>, <ins> -> underline
<strike>,<s>,<del> -> strikethrough
<sub> -> subscript
<span> -> text styles
<p>, <div>, <pre> -> moving to new line
<h1>...<h6> -> text-styles
<code> -> text-styles
<ul>, <ol> -> text-indentation
<table> -> table to text represantion
<a>, <img> -> text-only
<br> -> newline