diff --git a/README.md b/README.md index 7e6b5e2..008e750 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,7 @@ 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.pl](mmm/mmm.pl) `mmm` (*MIME multipart/alternative from Markdown*) can create a MIME `multipart/alternative` mail, containing a @@ -23,6 +15,14 @@ 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 diff --git a/generators/mmm.pl b/mmm/mmm.pl similarity index 100% rename from generators/mmm.pl rename to mmm/mmm.pl