I am a newbie at this. I have two cases that I have not been able to solve.
1 - When I add a description to an article that I want to publish, the url shows them to me like this [a]https%3A%2F%2Fdominio.com%2Fv%2FC67sZI[/a] and I want the url to be displayed correctly.
2 - in another field the text appears with all the code together with the text, when it should only show the result.
for example. If I write hello world. -- I get
<p>Hello world</p>
if I put the hello world in bold I get
<p><b>Hello world</b></p>
how can I just show the result without the code.