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
Thanks for the kind words! Really glad you like it.
With the current architecture, I don't think it's possible to support this use case. A solution could be to move the validation at a later stage altho I'm planning to add more features to the plugin that would prevent this from happening. I'll still investigate this and see if I can come up with a solution.
One question: is the example you provided the only case you're having trouble with, e.g. adding a base to a link? If so, I think this process could be moved to a remark plugin running before the links validator which would allow you to add the base to the links before they're validated.
I basically wanted to create a poor man's versioning system, where I would keep two versions of the page, the development and latest release ones, with a common index page. Where creating a new version would involve deleting the old release, copying the current dev version to release version and changing the base in its config file.
So my site would have two bases for two different sections of the web. I have it working in a branch here mierak/rmpc#182 and the base is kept here
Is your feature request related to a problem?
Hi! First of all, thank you for the great plugin. It works great for me except in one case:
Currently links get validated (at least in mdx) when they are in their simplest form, for example:
however this does not work and the links get ignored and marked as being valid even when they are not:
Describe the solution you'd like
It would be great if the plugin is is able to resolve the expression inside the href to its real value and validate it.
Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: