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

Markdown: fix the condition to detect code blocks #3626

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

masatake
Copy link
Member

@masatake masatake commented Jan 9, 2023

Close #3625.

Signed-off-by: Masatake YAMATO yamato@redhat.com

Close universal-ctags#3625.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Base: 82.81% // Head: 82.81% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (8b269f9) compared to base (129d7e2).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3626   +/-   ##
=======================================
  Coverage   82.81%   82.81%           
=======================================
  Files         223      223           
  Lines       54462    54465    +3     
=======================================
+ Hits        45103    45106    +3     
  Misses       9359     9359           
Impacted Files Coverage Δ
parsers/markdown.c 99.46% <100.00%> (ø)
main/selectors.c 80.09% <0.00%> (+0.30%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit c7daaa3 into universal-ctags:master Jan 9, 2023
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

Successfully merging this pull request may close these issues.

Markdown: comments within shell code of markdown files are recognized as chapters
1 participant