Skip to content

Commit

Permalink
Default to no emoji when rendering Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Dec 31, 2023
1 parent f4e4aad commit aa871bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function renderMarkdown(content, givenOpts = {}) {
sanitizeAllowSelfClose: true,
breaks: false, // Convert `\n` in paragraphs into `<br>`
handleFrontMatter: true, // Determines if Front Matter content should be parsed
useDefaultEmoji: true, // Use `markdown-it-emoji`
useDefaultEmoji: false, // Use `markdown-it-emoji`
useGitHubHeadings: false, // Use `markdown-it-github-headings`
useTaskCheckbox: true, // Use `markdown-it-task-checkbox`
taskCheckboxDisabled: true, // `markdown-it-task-checkbox`: Disable checkbox interactivity
Expand Down

0 comments on commit aa871bc

Please sign in to comment.