From ba6cdf2f2531233c0c5a252653a4c025ddb92c8e Mon Sep 17 00:00:00 2001 From: Alex Hernandez Date: Fri, 8 May 2026 20:06:45 +1000 Subject: [PATCH] :bug: display text in fullscreen again --- src/renderer/components/Editor/MarkdownEditor.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/renderer/components/Editor/MarkdownEditor.tsx b/src/renderer/components/Editor/MarkdownEditor.tsx index 141bbbe..58aca2d 100644 --- a/src/renderer/components/Editor/MarkdownEditor.tsx +++ b/src/renderer/components/Editor/MarkdownEditor.tsx @@ -391,8 +391,6 @@ const annotationHistory = invertedEffects.of(tr => { const themeCompartment = new Compartment() const markdownHighlight = HighlightStyle.define([ - { tag: tags.heading1, fontSize: '1.4em', fontWeight: '700', color: 'var(--heading-color)' }, - { tag: tags.heading2, fontSize: '1.2em', fontWeight: '700', color: 'var(--heading-color)' }, { tag: tags.heading, fontWeight: '700', color: 'var(--heading-color)' }, { tag: tags.emphasis, fontStyle: 'italic' }, { tag: tags.strong, fontWeight: 'bold' },