i have inputted value using ckeditor but i'm getting html tags along with the document how can i show only text
this is my input formant and how i want to show https://prnt.sc/11a6em6
this is my output format https://prnt.sc/11a6mdv
this is code to display the text
{{#each about}}
<div class="theme-title-one">
<h2>{{this.title}}</h2>
<p>{{this.description}}<p>
</div>
{{/each}}
text i'm getting on the display side is
<h3><strong>New updates to program</strong></h3><h4><strong>1.
</strong><i><strong>target sectors have been
expanded.</strong></i></h4><p>When the program was launched in
2019, applicants under seven target sectors were accepted. These
sectors were as follows:</p>
i want to display is
New updates to program
1. target sectors have been expanded.When the program was launched in 2019, applicants under seven target sectors were accepted. These sectors were as follows: