-
Notifications
You must be signed in to change notification settings - Fork 94
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
Typst Corrections #442
Typst Corrections #442
Conversation
0f40a27
to
03a0f84
Compare
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.
Give us a brief summary (for posterity) of what problems this PR fixes. I'd like to test your changes locally, but I'm not sure what to look for.
@@ -37,3 +37,4 @@ macro_rules! create_test { | |||
create_test!(complex_document.typ, 0); | |||
create_test!(simplified_document.typ, 0); | |||
create_test!(complex_document_with_spelling_mistakes.typ, 4); | |||
// create_test!(issue_399.typ, 3); |
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.
If you're going to disable it (rather than remove it), you should add a comment here that explains why.
It changes the newlines after some textual elements, such as headers to paragraph breaks, and marks references in text as unlintable. |
There are many issues with Typst support.
Based on #391, so merge that one first.