Documentation for Zettel Notes : Markdown Note Taking application for android devices
GNU General Public License v3.0
55
stars
5
forks
source link
In a quote, the highlighting of the mark tag is different from the highlighting in the body text #198
Closed
irmod closed 2 weeks ago
Inside a quote in "View Mode" the text color in the
<mark>text</mark>
tags is displayed differently. Compare with tag highlighting in body text.To check, select Theme "Night" and Markdown Style "Electric Blue Dark", "Oceanic Teal Dark".
Markdown style text highlighting
==text==
appears the same within a quote and in body text.The general rule is to highlight tags (inline code, strong, em, a, kbd, etc.) in the same style, regardless of their nesting in other blocks.
In "Edit Mode" there is no highlighting for the
<mark>text</mark>
tag. There is a highlight to highlight==text==
.@damionx7, I expect that the highlighting will be the same in both "View Mode" and "Edit Mode", regardless of which style blocks it is made within