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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user