mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #597] MD037: False positive with LaTex Formulars using multiple subscripts #470
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Knalltuete5000 on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/597
With the usage of LaTex formulars in markdown text and multiple subscripts in the formular a false positive of the
MD037- Spaces inside emphasis markerscan be created with the usage of additional italic words.Following is an example for creating a false-positive under the describe circumstances:
This issue was found in the VS-Code extension version v0.48.1
@DavidAnson commented on GitHub (Oct 5, 2022):
FYI, the
syntax is not part of Markdown. Support for that is provided in the extension via the texmath plugin. However, rules that don't use the parser won't benefit from that. I'll have a look.@zabbarob commented on GitHub (Oct 11, 2022):
Since GitHub also supports math in Markdown, I'd appreciate if math support could be enabled :)
@SandroMartens commented on GitHub (Nov 13, 2022):
Same issue here, but with multiple multiplication marks:
$ x * y * z$@mimoo commented on GitHub (Dec 19, 2022):
same issue here, not just with this rule but with a number of other rules: