Fix markdown preview missing lt-markdown class

The #markdownPreview div lacked the lt-markdown class, so CSS rules for
list-style (ul bullets, ol numbers), mark, del, task items etc. never
applied during live preview while typing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 00:30:13 -04:00
parent 74d1770cd6
commit 3a516c5424
+1 -1
View File
@@ -529,7 +529,7 @@ $progressClass = $slaBreached ? 'lt-progress--red' : ($slaPct >= 75 ? 'lt-progr
</div>
<button type="button" id="addCommentBtn" class="lt-btn lt-btn-primary lt-btn-sm">POST COMMENT</button>
</div>
<div id="markdownPreview" class="markdown-preview is-hidden" aria-live="polite"></div>
<div id="markdownPreview" class="markdown-preview lt-markdown is-hidden" aria-live="polite"></div>
</div>
</div>