Strapi Rich text editor Content not showing Tags properly ( tags like h1-h6, bold / strong etc...)

System Information
  • Strapi Version: 4.0.1
  • Operating System: Linux
  • Database:
  • Node Version: 14.18.2
  • NPM Version: * NPM Version:
  • Yarn Version:

Added a H6 tag in rich text editor but it is not showing properly in API

Expected output : Message: <h6> Test3 </h6>

But Current output : "Message": "###### test3"

Please give me solution for this