Calling Javascript function in Richtext source editor href
Hi All,
I am putting the below html code in Source editor of Richtext, but it is removing the href attribute. Can anyone please tell me if I need to add any context while displaying the RTE. I am already using @context=''html'
<div class="back-button">
<div class="container">
<a href="javascript:history.back();"><i class="fas fa-chevron-left"></i> Back Button</a>
</div>
</div>