fix: mathjax rendering (#18468)

This commit is contained in:
Kristofer Koishigawa
2018-10-20 19:44:42 +09:00
committed by mrugesh mohapatra
parent ae76c13f83
commit 862112ebc7

View File

@ -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'}