An open API service indexing awesome lists of open source software.

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

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.