Skip to content

Commit

Permalink
Remark ignores Layman blob and Geoserver API
Browse files Browse the repository at this point in the history
Layman blob is ignored, because remark reports missing anchor elements, although they are not missing
Geoserver API is ignored, because anchor elements are not available in the document, but they are used to dynamically load content
  • Loading branch information
jirik committed Dec 17, 2024
1 parent 3253b34 commit 3f8c949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
},
"skipUrlPatterns": [
"https://security.stackexchange.com",
"https://github.com/LayerManager/layman/issues/"
"https://github.com/LayerManager/layman/issues/",
"https://github.com/LayerManager/layman/blob/",
"https://docs.geoserver.org/2.21.x/en/api/"
]
}
}
Expand Down

0 comments on commit 3f8c949

Please sign in to comment.