fix: mathjax rendering (#18468)
This commit is contained in:
committed by
mrugesh mohapatra
parent
ae76c13f83
commit
862112ebc7
@ -24,6 +24,7 @@ export default class HTML extends React.Component {
|
||||
<body {...this.props.bodyAttributes}>
|
||||
{this.props.preBodyComponents}
|
||||
<div
|
||||
className='tex2jax_ignore'
|
||||
dangerouslySetInnerHTML={{ __html: this.props.body }}
|
||||
id='___gatsby'
|
||||
key={'body'}
|
||||
|
Reference in New Issue
Block a user