Skip to content

Commit

Permalink
Disable emoticon in markdown renderer by default (#801) (#836)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a168a7)

Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e0b52a6 commit e61ae67
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 e61ae67

Please sign in to comment.