Move footnotes to /converters.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2025-06-03 00:57:22 +02:00
parent 7a57a65e67
commit 46c63cb2ce
2 changed files with 9 additions and 8 deletions

View file

@ -5,14 +5,6 @@ personal use here.
## 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` (*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.
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]`