mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
For validation, pick up anchors also from raw HTML (#3505)
This commit is contained in:
@@ -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):**
|
||||
|
||||
Reference in New Issue
Block a user