I am trying to use Quill text editor in Angular to allow users key in blockquote text. When I retrieve the content string, it shows:
sorry for using a picture as the blockquote will be rendered by Stackoverflow. Back to the topic, I try to pass this string to the HTML page inside a span but it only shows the following:
HTML code:
<span>{{content}}</span>
it output entire string with the blockquote tag and content instead of render it into a blockquote:
<blockquote>testing</blockquote>