damionx7 / Zettel-Notes-Documentation

Documentation for Zettel Notes : Markdown Note Taking application for android devices
https://znotes.thedoc.eu.org/
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

irmod commented 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".

Oceanic_Teal_Dark.png

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== .

mark_View_Mode.png

mark_Edit_Mode.png

@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

damionx7 commented 2 weeks ago

Thanks for reporting. I have fixed this issue.

irmod commented 2 weeks ago

@damionx7, thank you! You are the best!!!