-
-
Notifications
You must be signed in to change notification settings - Fork 475
Markdown cheatsheet fixes #3437
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
Markdown cheatsheet fixes #3437
Conversation
Updated the Markdown Cheatsheet to clarify emphasis and strong emphasis usage.
Clarified the description of emphasis in Markdown syntax.
Removed duplicate table alignment explanation and cleaned up horizontal rule section.
see #3434 (comment) |
src/demonotes/Markdown Cheatsheet.md
Outdated
| ## Headers | ||
|
|
||
| ```markdown | ||
| ```md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is "markdown" invalid?
|
It's a bit tedious to review all those changes and test what even would work in QOwnNotes. Can you please add comments on why you changed the then the things that are not factual fixes and put all that in a separate PR? I'm not sure whether you tested all that before you submitted this PR. |
Removed outdated examples and improved formatting in markdown documentation.
|
You're right, I didn't test it as much as I should and put too much trust into LLM responses. I apologize for that. I now edited it to align much closer with the previous versions. |
|
There are still unnecessary formatting changes in this PR. If you don't want to work on it anymore I can take a patch file and do the changes myself.
No need to do that. I'm fine with just fixing the current one. 😉 |
|
I'll take that over. Thank you for the pointers! |
Fixes #3434.
With some LLM-help, I updated the cheatsheets. However, I think that this original cheatsheet you used now has been updated and looks really nice. Thus, it might be a good idea to just copy that version instead of my manually updated file.