{
}
function Img(props) {
- return
;
+ return
;
}
function CodeHandler(props) {
@@ -789,17 +791,21 @@ const Docs = (defaultprops) => {
:
+ id="markdown_wrapper"
+ escapeHtml={false}
+ style={{
+ maxWidth: "100%", minWidth: "100%",
+ }}
+ remarkPlugins={[remarkGfm]}
+ >
+ {data}
+
}