blog section does not allow html hyperlink scrolls why?

 

I can't embed hyperlink Scroll in a mql5.com blog post I am writing.

I want to make navigation easier, for my readers.

I usually do it like this, is there another way on mql5.com


<a href="#scroll">Go to Title</a>
<div>
  <h1 id="scroll">Title</h1>
</div>



I want it to be like this mql5.com article here it has lots of html hyperlinks

StringFormat(). Review and ready-made examples
StringFormat(). Review and ready-made examples
  • www.mql5.com
The article continues the review of the PrintFormat() function. We will briefly look at formatting strings using StringFormat() and their further use in the program. We will also write templates to display symbol data in the terminal journal. The article will be useful for both beginners and experienced developers.