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}>
|
<body {...this.props.bodyAttributes}>
|
||||||
{this.props.preBodyComponents}
|
{this.props.preBodyComponents}
|
||||||
<div
|
<div
|
||||||
|
className='tex2jax_ignore'
|
||||||
dangerouslySetInnerHTML={{ __html: this.props.body }}
|
dangerouslySetInnerHTML={{ __html: this.props.body }}
|
||||||
id='___gatsby'
|
id='___gatsby'
|
||||||
key={'body'}
|
key={'body'}
|
||||||
|
Reference in New Issue
Block a user