We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b651d commit 5ff98f5Copy full SHA for 5ff98f5
website/src/component/Markdown/index.tsx
@@ -87,6 +87,7 @@ export default class Markdown extends Component<MarkdownProps, MarkdownState> {
87
<div className={styles.warpper} style={style}>
88
<MarkdownPreview
89
source={this.state.markdown}
90
+ className={styles.markdown}
91
rehypePlugins={[
92
[
93
rehypeRewrite,
0 commit comments