Skip to content

Commit

Permalink
Merge pull request #44 from NIGMS/fix-markdown-parsing
Browse files Browse the repository at this point in the history
Fix markdown parsing
  • Loading branch information
kyleoconnell-NIH authored Oct 8, 2024
2 parents 71ee36f + dd1ea0c commit 956189c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def check_link(link):
elif "#" in link and \
code[1] is not None \
and 'href=\"' + link[link.find("#"):] + '\"' not in \
code[1] \
and 'name=\"' + link[link.find("#")+1:] + '\"' not in \
code[1] \
and 'name=\"user-content-' + link[link.find("#") + 1:] + '\"' not in \
code[1]:
if ignore:
print(
Expand Down
2 changes: 1 addition & 1 deletion reusable-workflow-repo
Submodule reusable-workflow-repo updated from c4c1c8 to 71ee36

0 comments on commit 956189c

Please sign in to comment.