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 de79db3 commit 17a4e99Copy full SHA for 17a4e99
frontend/__tests__/unit/components/MarkdownWrapper.test.tsx
@@ -84,7 +84,7 @@ code block
84
render(<Markdown content="test" />)
85
86
expect(markdownIt).toHaveBeenCalledWith({
87
- html: true,
+ html: false,
88
linkify: true,
89
typographer: true,
90
})
0 commit comments