Merge pull request #503 from cjmayo/plugins

Document MarkdownCheck plugin
This commit is contained in:
Chris Mayo 2020-09-23 19:42:35 +01:00 committed by GitHub
commit cc2fba8b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "LINKCHECKERRC" "5" "August 22, 2020" "" "LinkChecker"
.TH "LINKCHECKERRC" "5" "September 14, 2020" "2020-09-14" "LinkChecker"
.SH NAME
linkcheckerrc \- Konfigurationsdatei für LinkChecker
.
@ -526,6 +526,14 @@ installed.
.sp
Parse Word files for URLs to check. Needs the \fI\%pywin32\fP Python
extension installed.
.SS MarkdownCheck
.sp
Parse Markdown files for URLs to check.
.INDENT 0.0
.TP
\fBfilename_re=\fP\fIREGEX\fP
Regular expression matching the names of Markdown files.
.UNINDENT
.SH WARNUNGEN
.sp
Die folgenden Warnungen werden vom Konfigurationseintrag \(aqignorewarnings\(aq erkannt:
@ -579,6 +587,6 @@ Die URL %(url)s enthält Leerzeichen am Anfang oder Ende.
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT
2000-2014 Bastian Kleineidam
2000-2016 Bastian Kleineidam, 2010-2020 LinkChecker Authors
.\" Generated by docutils manpage writer.
.

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "LINKCHECKERRC" "5" "August 22, 2020" "" "LinkChecker"
.TH "LINKCHECKERRC" "5" "September 14, 2020" "2020-09-14" "LinkChecker"
.SH NAME
linkcheckerrc \- configuration file for LinkChecker
.
@ -608,6 +608,14 @@ installed.
.sp
Parse Word files for URLs to check. Needs the \fI\%pywin32\fP Python
extension installed.
.SS MarkdownCheck
.sp
Parse Markdown files for URLs to check.
.INDENT 0.0
.TP
\fBfilename_re=\fP\fIREGEX\fP
Regular expression matching the names of Markdown files.
.UNINDENT
.SH WARNINGS
.sp
The following warnings are recognized in the \(aqignorewarnings\(aq config
@ -662,6 +670,6 @@ The URL contains leading or trailing whitespace.
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT
2000-2014 Bastian Kleineidam
2000-2016 Bastian Kleineidam, 2010-2020 LinkChecker Authors
.\" Generated by docutils manpage writer.
.

View file

@ -503,6 +503,14 @@ WordParser
Parse Word files for URLs to check. Needs the :pypi:`pywin32` Python
extension installed.
MarkdownCheck
^^^^^^^^^^^^^
Parse Markdown files for URLs to check.
**filename_re=**\ *REGEX*
Regular expression matching the names of Markdown files.
WARNINGS
--------