Order alphabetically.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
3dd04b2ba1
commit
5845de6edc
16
README.md
16
README.md
|
@ -5,6 +5,14 @@ personal use here.
|
|||
|
||||
## Perl
|
||||
|
||||
### [footnotes.pl](converters/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](generators/mmm.pl)
|
||||
|
||||
`mmm` (*MIME multipart/alternative from Markdown*) can
|
||||
|
@ -15,14 +23,6 @@ can be prepended from a template file.
|
|||
|
||||
Usage: `mmm [--file $inputfile] [--headers $templatefile]`
|
||||
|
||||
### [footnotes.pl](converters/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]`
|
||||
|
||||
### [pocket-raindrop.pl](converters/pocket-raindrop.pl)
|
||||
|
||||
`pocket-raindrop` will reformat a CSV export file from
|
||||
|
|
Loading…
Reference in a new issue