-
Notifications
You must be signed in to change notification settings - Fork 72
Check html before merging #190
Comments
The current issues are "recommendations".
I'll fix the last issue that seems easier. |
There will be a second post with an iframe cf #184 |
Problems that are detected by the RSS feed validator include invalid links, so it'd be good to detect them right away. E.g. that's how I found 401433a |
Renaming the issue to reflect the fact that what I want is finding various problems right away not just for the RSS feed. I saw this similar issue in tidyverse.org, https://github.com/gjtorikian/html-proofer seems to be the tool to have a look at. |
|
We'd need the html proofing to happen on the new pages introduced by a PR only (e.g. for a blog post, the blog post itself, and the new author pages), because we know there are issues in old pages. |
Also interesting https://circleci.com/blog/markdown-proofer/ |
For blog posts created pages all correspond to a Markdown file so it'd be easier to check those, in particular
|
dup of #463 |
It has some issues again https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fropensci.org%2Findex.xml
Cf #114 opened by @jeroen
How could one re-validate it before publishing a blog post? Could it be part of automatic PR checks?
The text was updated successfully, but these errors were encountered: