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

Rule 16 uncaptured cases and false positives #55

Open
SecondSkoll opened this issue Jul 5, 2024 · 0 comments
Open

Rule 16 uncaptured cases and false positives #55

SecondSkoll opened this issue Jul 5, 2024 · 0 comments

Comments

@SecondSkoll
Copy link
Contributor

SecondSkoll commented Jul 5, 2024

Please see comments from @ru-fu in #52, an I've added a few additional cases.

Cases include:

  • Capturing all MyST directives that contain #
  • Not capturing code blocks declared by indentation (MD)
  • Not capturing code blocks delimited by :: (RST)
  • Not capturing indented code blocks, as the initial delimiter has a start of new line requirement (MD)
  • Will capture content with # contained inline (e.g. URLs with anchors or other random strings)
  • Not capturing MyST colon fenced code blocks
  • Unable to parse included code files, or excerpts from code - likely out of scope, would require an additional scoping value and additional rules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant