mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 15:30:57 +00:00
Merge pull request #503 from cjmayo/plugins
Document MarkdownCheck plugin
This commit is contained in:
commit
cc2fba8b68
3 changed files with 28 additions and 4 deletions
|
|
@ -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.
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue