You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where markdown files contain inline html with links to relative and external URLs.
I would love to have them checked by textlint-rule-no-dead-link. Would that be something you'd consider accepting a PR for? Just pondering my options here.
Another alternative would be to run link checking on generated final html (we have markdown -> html pipeline based on vuepress). But I found that the baseURI handling in textlint-rule-no-dead-link is currently not powerful enough for us to get it working correctly on our generated output. Checking links on markdown input thus feels more intuitive to me.
The text was updated successfully, but these errors were encountered:
I have a use case where markdown files contain inline html with links to relative and external URLs.
I would love to have them checked by textlint-rule-no-dead-link. Would that be something you'd consider accepting a PR for? Just pondering my options here.
Another alternative would be to run link checking on generated final html (we have markdown -> html pipeline based on vuepress). But I found that the baseURI handling in textlint-rule-no-dead-link is currently not powerful enough for us to get it working correctly on our generated output. Checking links on markdown input thus feels more intuitive to me.
The text was updated successfully, but these errors were encountered: