X-Git-Url: https://code.th-h.de/?p=scripts.git;a=blobdiff_plain;f=README.md;h=e8c894f38cb87bd3f4fb5c9883806e34a4668606;hp=772cef62107eb7658cc43c550059586a2cf4e397;hb=a7c6f72b6fc51000c13b3ae1c78dc7138d5645a4;hpb=8c3a84c54ecc2531861bdfa84aa9270859e61d7d;ds=sidebyside diff --git a/README.md b/README.md index 772cef6..e8c894f 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,14 @@ personal use here. 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` (*MIME multipart/alternative from Markdown*) can +create a MIME `multipart/alternative` mail, containing a +`text/plain` part (in Markdown) and a `text/html` part, from +a Markdown file. Other mail headers (From:, To:, Subject:, ...) +can be prepended from a template file. + +Usage: `mmm [--file $inputfile] [--headers $templatefile]`