You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added hanging indentation for wrapped Markdown list lines in the note text edit so that
continuation lines align with the list content rather than the list marker
(for #1581)
Added <meta name="viewport" content="width=device-width, initial-scale=1.0"> to the HTML
export head for better responsiveness on mobile devices (for #3475)
Fixed horizontal rules (---) in the QLiteHtml preview widget always rendering with a black
border in dark mode (for #3466)
QLiteHtml's built-in master CSS uses border-style: inset for <hr> with no color override,
producing hardcoded black/gray borders regardless of the active color scheme
The hr { border-color: <color>; } rule is now injected into the HTML head alongside the
existing strikeout fix, using the schema's "Horizontal rule" foreground color
(MarkdownHighlighter::HorizontalRule) so the rule matches the color configured in
the editor's font & color settings