References HTML Tag support removed?

Application Version - OJS 3.2.1-2
Description of issue: I upgraded from OJS 3.1.2 to OJS 3.2.1-2
In metadata text field for ‘References’, earlier version of OJS had html tag support which used to render the references list properly. Now after upgrade, the html tags are shown as it is.
E.g. See this article landing page http://amphysiol.com/index.php/amp/article/view/v4i2.115684
Was it forced in this version not to take html tags or can it be activated by modifying any codes in OJS files.

@asmecher
Can you please help us out in this regard.

Hi @hannanhazari,

Citations are parsed on an individual basis with a new line as a separator, one by one. Tags that are allowed in the config file won’t be stripped. This field isn’t intended to include page markup; some citation styles may include italic or bold text but if any other changes are needed beyond that, e.g., wrapping references into an ordered list, I’d recommend to create a child theme and override that or inject a custom javascript code that will add those tags into DOM. I think, custom javascript can be added with this plugin: https://github.com/asmecher/customHeader/releases