https://bugs.kde.org/show_bug.cgi?id=497611
Bug ID: 497611
Summary: Rendering issues concerning highlight/lowlight of
markdown in the md-editor
Classification: Applications
Product: ghostwriter
Version: 24.12.0
Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 176711
--> https://bugs.kde.org/attachment.cgi?id=176711&action=edit
Screenshot showing lowlighting issues for markdown in the md-editor
SUMMARY
When editing .md files in ghostwriter, sometimes I observe rendering issues
concerning the lowlighting/ greylighting of the actual markdown.
OBSERVED RESULT
Sometimes the lowlighting seems to be some letters off - as a result,
sometimes the markdown is not lowlighted and sometimes the actual text or parts
of the actual text is lowlighted.
EXPECTED RESULT
Expected result: Only the markdown marks are actually lowlighted, but the very
text of the document is rendered normally.
STEPS TO REPRODUCE
1. Put text starting with markdown at the start of a new line **a**
2. The markup and only the markup "**" should be lowlighted
3. However, sometimes this does now work as expected (screenshot is attached)
Text to reproduce the issues - for copy and pasting to ghostwriter:
#### normal and italic:
a o u
ä ö ü
*a* *o* *u* <- highlighting in md seems reversed
*t* *s* *w*
*ä* *ö* *ü* <- different rendering with single umlauts (diacritics)
aa oo uu uu
*aa* *oo* *uu* *uu* <- issue with the markdown - no umlauts involved!!
*äa* *oö* *uü* *uü* <- different rendering for first and last position>
*aä* *öo* *üu* *üu*
*aaa* *ooo* *uuu*
*aäa* *oöo* *uüu* <- no issue when umlauts are in the middle of a word
*aaa* *ooo* *uuu* <- after an empty line
#### nomal and bold:
a o u
ä ö ü
**a** **o** **u**
**ä** **ö** **ü**
**aa** **oo** **uu**
**äa** **öo** **üu**
**aä** **oö** **uü**
**aaa** **ooo** **uuu**
**äaa** **öoo** **üuu**
**äaä** **öoö** **üuü**
**aäa** **oöo** **üuü**
--
You are receiving this mail because:
You are watching all bug changes.