Skip to content

Commit

Permalink
Disable emoticon in markdown renderer by default (#801)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Jun 20, 2023
1 parent b0a0257 commit 0a168a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { OuiCodeBlock, OuiCode } from '../../code';
export const getDefaultOuiMarkdownParsingPlugins = (): PluggableList => [
[markdown, {}],
[highlight, {}],
[emoji, { emoticon: true }],
[emoji, { emoticon: false }],
[MarkdownTooltip.parser, {}],
[MarkdownCheckbox.parser, {}],
[markdownLinkValidator, {}],
Expand Down

0 comments on commit 0a168a7

Please sign in to comment.