fix faq video

This commit is contained in:
fbruc03
2022-11-11 12:21:13 +01:00
parent a31195f71e
commit f95b1b36ca
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ import Button from "@material-ui/core/Button";
import Typography from "@material-ui/core/Typography";
import * as Blockly from "blockly";
import ReactMarkdown from "react-markdown";
import rehypeRaw from "rehype-raw";
import Container from "@material-ui/core/Container";
import ExpansionPanel from "@material-ui/core/ExpansionPanel";
import ExpansionPanelSummary from "@material-ui/core/ExpansionPanelSummary";
@@ -61,6 +62,7 @@ class Faq extends Component {
className="news"
allowDangerousHtml="true"
children={object.answer}
rehypePlugins={[rehypeRaw]}
></ReactMarkdown>
</Typography>
</ExpansionPanelDetails>