Skip to content

Commit

Permalink
disable markdown rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Dec 12, 2023
1 parent 115b9f3 commit 03ba7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/components/Fields/Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Markdown = ({
markdownRenderers = {},
}) => {
const combinedRenderers = useMemo(() => ({
...defaultMarkdownRenderers,
// ...defaultMarkdownRenderers,
...markdownRenderers,
}), [markdownRenderers]);

Expand Down

0 comments on commit 03ba7cf

Please sign in to comment.