For validation, pick up anchors also from raw HTML (#3505)

This commit is contained in:
Oleh Prypin
2023-12-11 23:49:10 +01:00
committed by GitHub
parent 03cc0fa457
commit 9e443d2120
6 changed files with 50 additions and 15 deletions

View File

@@ -392,7 +392,7 @@ This is a tree of configs, and for each one the value can be one of the three: `
> absolute_links: info
> links:
> not_found: warn
> anchors: ignore
> anchors: info
> absolute_links: info
> unrecognized_links: info
> ```
@@ -407,6 +407,7 @@ The defaults of some of the behaviors already differ from MkDocs 1.4 and below -
> validation:
> absolute_links: ignore
> unrecognized_links: ignore
> anchors: ignore
> ```
<!-- -->
>! EXAMPLE: **Recommended settings for most sites (maximal strictness):**