This commit is contained in:
Ward Oosterlijnck 2019-06-12 18:56:07 +10:00
parent c42553b492
commit bcfb8b9cf7

View File

@ -11,7 +11,7 @@ const ShowDocs = props => {
padding: '0 20px',
},
dangerouslySetInnerHTML: {
__html: props.md,
__html: props.md.default,
},
}),
h('style', {