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
# --assume-extension # Tells html-proofer that `.html` files can be accessed without the `.html` part in the url.
30
+
# --disable-external # For speed. Ideally we'd check external links too, but ignoring for now.
31
+
# --empty-alt-ignore # To avoid needing to fix lots upfront, we can migrate towards this later.
32
+
# --allow-hash-href # Allow empty `#` links to mean "top of page". It's true that these can be errors, however we have far too many to really address this.
33
+
# --url-swap # Adjust for Jekyll's baseurl. See https://github.com/gjtorikian/html-proofer/issues/618 for more.
34
+
# --url-ignore # Allow mailto links without a target email, for our Share links. Works around https://github.com/gjtorikian/html-proofer/issues/552.
35
+
# # Allow old event links which aren't easily updated.
0 commit comments