Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] highlighting issue in malformed unordered lists #3086

Open
vinyatu opened this issue Aug 21, 2024 · 3 comments
Open

[BUG] highlighting issue in malformed unordered lists #3086

vinyatu opened this issue Aug 21, 2024 · 3 comments
Labels
Severity: Low Bugs or breaking changes with low impact Type: Bug

Comments

@vinyatu
Copy link

vinyatu commented Aug 21, 2024

This is a follow-up to issue #3061.

Expected behaviour

- unordered list item
	- unordered list subitem
-

Actual behaviour

  • unordered list item
    • unordered list subitem

Steps to reproduce

  1. create a file with .md extention in your Notes directory
  2. open this file with external editor such as ne, mc-edit, vim etc.
  3. enter following markdown code
- unordered list item
	- unordered list subitem
-
  1. save the note and open it in QON

Output from the debug section in the settings dialog

This bug is confirmed both on Windows QON version 24.8.5 Built on Aug 13 2024 with Qt 5.15.2 and on Linux QON 24.8.5 AppImage Built on Aug 13 2024 with Qt 6.5.0. Further debug info may be provided on request.

Discussion

This bug appears only if Tab character (\t) is used as indent. It is well known that using spaces instead of tabs is associated with an 8.6% higher salary for coders, even if they have the same amount of experience. So those poor coders beg for mercy.

@pbek pbek added Type: Bug Severity: Low Bugs or breaking changes with low impact and removed Type: Support labels Aug 21, 2024
@pbek
Copy link
Owner

pbek commented Aug 21, 2024

@Waqar144, is this something you could handle in qmarkdowntextedit?

@Waqar144
Copy link
Contributor

If time permits, sure.

@pbek
Copy link
Owner

pbek commented Aug 21, 2024

Awesome! 🎉👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity: Low Bugs or breaking changes with low impact Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants