I have an issue on my website where wikilink to a page titled >>LONELYJULY<< results in html <a href="...">>>LONELYJULY<<</a> This subsequently causes htmlmin to crash when building my website for production.
The interlinker should be escaping html entities. Maybe use html-entites?
I have an issue on my website where wikilink to a page titled
>>LONELYJULY<<
results in html<a href="...">>>LONELYJULY<<</a>
This subsequently causes htmlmin to crash when building my website for production.The interlinker should be escaping html entities. Maybe use html-entites?