Hello everyone, I am new to dialog part in GUI trigger 
As far as I know, we can only make either title or button for dialog.
However, what if I want to have rich content like:
How could I do? Is Quest is a good alternative? Can anyone give me an example?
Thank you so much
As far as I know, we can only make either title or button for dialog.
However, what if I want to have rich content like:
HTML:
<h1>main header</h1>
<h3>subtitle 1</h3>
<p>paragraph 1</p>
<button>button 1</button>
<h3>subtitle 2</h3>
<p>paragraph 2</p>
<button>button 2</button>
How could I do? Is Quest is a good alternative? Can anyone give me an example?
Thank you so much