forked from mmarkdown/filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mmark-filter.1
59 lines (59 loc) · 1.02 KB
/
mmark-filter.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.\" Automatically generated by Pandoc 1.17.2
.\"
.TH "MMARK\-FILTER" "1" "October 2018" "" ""
.hy
.SH NAME
.PP
mmark\-filter \[en] a Unix filer that changes markdown documents.
.SH SYNOPSIS
.PP
\f[B]mmark\-filter\f[] [\f[B]OPTIONS\f[]] [\f[I]FILE...\f[]]
.SH DESCRIPTION
.PP
\f[B]Mmark\-filter\f[] is a powerful markdown filter.
It allows you to rewrite parts of the document and output markdown
again.
.PP
It\[aq]s powered by plugins that can be loaded with the \f[C]\-p\f[]
flag.
Multiple plugins may be chained.
They will be executed in the order specified.
.SS PLUGINS
.PP
The following plugins are available; each of them has their own
README.md
.IP \[bu] 2
emph
.IP \[bu] 2
exec
.PD 0
.P
.PD
.IP \[bu] 2
noop
.PD 0
.P
.PD
.IP \[bu] 2
protocol
.IP \[bu] 2
rot13
.SH OPTIONS
.TP
.B \f[B]\-l\f[]
list all available plugins.
.RS
.RE
.TP
.B \f[B]\-p string,string\f[]
the plugins to load, separated by commas.
Note spaces are now allowed.
.RS
.RE
.TP
.B \f[B]\-version\f[]
show mmark\-filters\[aq]s version.
.RS
.RE
.SH AUTHORS
Mmark Authors.