Move footnotes to /converters.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
7a57a65e67
commit
46c63cb2ce
17
README.md
17
README.md
|
@ -5,14 +5,6 @@ personal use here.
|
||||||
|
|
||||||
## Perl
|
## Perl
|
||||||
|
|
||||||
### footnotes.pl
|
|
||||||
|
|
||||||
`footnotes` will convert footnotes in MultiMarkDown format
|
|
||||||
to the format of the Wordpress plugin
|
|
||||||
[footnotes](https://wordpress.org/plugins/footnotes/) and back.
|
|
||||||
|
|
||||||
Usage: `footnotes --to mmd|wp [--file $inputfile]`
|
|
||||||
|
|
||||||
### mmm.pl
|
### mmm.pl
|
||||||
|
|
||||||
`mmm` (*MIME multipart/alternative from Markdown*) can
|
`mmm` (*MIME multipart/alternative from Markdown*) can
|
||||||
|
@ -22,3 +14,12 @@ a Markdown file. Other mail headers (From:, To:, Subject:, ...)
|
||||||
can be prepended from a template file.
|
can be prepended from a template file.
|
||||||
|
|
||||||
Usage: `mmm [--file $inputfile] [--headers $templatefile]`
|
Usage: `mmm [--file $inputfile] [--headers $templatefile]`
|
||||||
|
|
||||||
|
### footnotes.pl
|
||||||
|
|
||||||
|
`footnotes` will convert footnotes in MultiMarkDown format
|
||||||
|
to the format of the Wordpress plugin
|
||||||
|
[footnotes](https://wordpress.org/plugins/footnotes/) and back.
|
||||||
|
|
||||||
|
Usage: `footnotes --to mmd|wp [--file $inputfile]`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue