https://github.com/destrex271/markdown_url_validator
This library can be used with the markdown library in python to extract active Urls from markdown content
https://github.com/destrex271/markdown_url_validator
Last synced: 2 months ago
JSON representation
This library can be used with the markdown library in python to extract active Urls from markdown content
- Host: GitHub
- URL: https://github.com/destrex271/markdown_url_validator
- Owner: destrex271
- License: mit
- Created: 2023-09-22T16:45:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:33:52.000Z (over 2 years ago)
- Last Synced: 2025-12-15T10:14:32.772Z (6 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown URL Validator
This package can be used to check Markup content for valid URLs.
We are currently using a regex expression to filter out anchor tags but changes are to be made to this approach.
To contribute to this project do raise an issue if you feel like this can be improved with any new features.