pythonpune / linkstatus

Simple text/ markdown links status checker
GNU General Public License v3.0
7 stars 11 forks source link

Add support for parsing links in .rst files #7

Open raukadah opened 4 years ago

raukadah commented 4 years ago

It would be nice to have the support for parsing links in .rst (restructured) text files.

amolkahat commented 4 years ago

@raukadah why we need rst file parser? If issue #1 got fixed then we don't need to write rst parser.

raukadah commented 4 years ago

In the current implementation, It parses markdown files and extract links for that, we need the same process for .rst files. Yes if #1 got fixed, It will remove the dependency.