From f3315d654e394635a6a0dc073c3ed3a52452faa6 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 21 Feb 2025 14:37:33 -0500 Subject: [PATCH] tabs to spaces --- shared/naturalcrit/markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/naturalcrit/markdown.js b/shared/naturalcrit/markdown.js index e9ea49d46..1d0730d4d 100644 --- a/shared/naturalcrit/markdown.js +++ b/shared/naturalcrit/markdown.js @@ -7,7 +7,7 @@ import MarkedExtendedTables from 'marked-extended-tables'; import { markedSmartypantsLite as MarkedSmartypantsLite } from 'marked-smartypants-lite'; import { gfmHeadingId as MarkedGFMHeadingId, resetHeadings as MarkedGFMResetHeadingIDs } from 'marked-gfm-heading-id'; import { markedEmoji as MarkedEmojis } from 'marked-emoji'; -import MarkedJustifiedParagraphs from 'marked-justified-paragraphs'; +import MarkedJustifiedParagraphs from 'marked-justified-paragraphs'; //Icon fonts included so they can appear in emoji autosuggest dropdown import diceFont from '../../themes/fonts/iconFonts/diceFont.js';