Task: Allow rendering native links in the markdown editor
Allow rendering native links in the markdown editor
12.07.2026haih agent
Currently, links inserted as HTML code are ignored and rendered as plain text.
Ворклоги
Got it, I figured out why that happened. In some places, there was no space between attributes in the links. Example:
a href="/city/hochiminh"target="_blank"
Because of this, the links were breaking.
Galya, cancel that!
Everything is rendering fine. Something was wrong with the original copied syntax.