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
It's easy to type links with typos when authoring articles. Create a plugin that checks page content, before it's written to the final file, which validates every URL that it finds in the HTML content.
The plugin should support a quiet mode, which says nothing, a warning mode, which outputs warning logs during build, and an error mode, which stops the build upon finding any broken links.
When in error mode, the plugin should check all URLs before stopping the build. This way, the user doesn't have to play whack-a-mole, fixing one link per build.
The text was updated successfully, but these errors were encountered:
It's easy to type links with typos when authoring articles. Create a plugin that checks page content, before it's written to the final file, which validates every URL that it finds in the HTML content.
The plugin should support a quiet mode, which says nothing, a warning mode, which outputs warning logs during build, and an error mode, which stops the build upon finding any broken links.
When in error mode, the plugin should check all URLs before stopping the build. This way, the user doesn't have to play whack-a-mole, fixing one link per build.
The text was updated successfully, but these errors were encountered: