-
Notifications
You must be signed in to change notification settings - Fork 86
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: Linter deletes line beginnings and modifies front matter content in certain documents in edit mode #1093
Comments
This sounds like maybe it is related to #906 . |
Ok. I think I have a fix for this. It just needed a little bit of a nudge to make sure it was not affecting the ending |
I plan to have this merged today. I may also make a beta release this weekend as well, but we will see how things go. Hopefully this fix will be out there soon. |
The fix for this should now be on master and should go out with the next release. |
Thank you so much! I'll try it out once the release is pushed out |
Hey @jonas-sk . It should be available in the new beta release (1.25.0-rc-1) for BRAT if you use that. |
Hi, I appear to have a similar problem still in 1.25.0, is there a minimal test I can do to check if it's this specific issue. Will certainly file a new issue with logs if needed. |
Hey @bubonicfred , I don't think a minimal test was determined for this issue. If you do create an issue, if you could include your You can enable trace logs and see if a specific rule is at fault. If everything looks fine at the end of the logs, it may be another edge case that has not been handled. |
Describe the Bug
The linter seems to clip the beginning of lined in a bullet point list with several indentations and formatting on certain words, as well as add some random
*
to front matter consisting of links to headings in other notes.How to Reproduce
Steps to reproduce
(not the clipped beginnings of most lines as well as the insertion of weird characters in the frontmatter)
This behavior also happened with similarly-structured documents (frontmatter links, weird spacing in bullet points, use of italics and bold, use of
[]
and real quotation marks)Expected Behavior
Linter should produce the exact same output as if it were in source mode.
Expected output (run in source mode):
Linter configuration
Linter debug log
log level: debug
The text was updated successfully, but these errors were encountered: