diff options
| author | John MacFarlane <[email protected]> | 2025-01-12 11:07:37 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-01-12 11:07:37 -0800 |
| commit | eb03ccc9bfd30b221f03ee65bf60e03502270b6f (patch) | |
| tree | 06c6bf112db7e0a0a4a6f4f6a2ee052563264a74 | |
| parent | 7966d18007301444c9e43ce3f7c7b25d6126ce9c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -85,10 +85,12 @@ It can convert *from* markup) - `muse` ([Muse](https://amusewiki.org/library/manual)) - `native` (native Haskell) -- `odt` ([OpenOffice text +- `odt` ([OpenDocument text document](https://en.wikipedia.org/wiki/OpenDocument)) - `opml` ([OPML](http://dev.opml.org/spec2.html)) - `org` ([Emacs Org mode](https://orgmode.org)) +- `pod` (Perl’s [Plain Old + Documentation](https://perldoc.perl.org/perlpod)) - `ris` ([RIS](https://en.wikipedia.org/wiki/RIS_(file_format)) bibliography) - `rtf` ([Rich Text @@ -185,10 +187,11 @@ It can convert *to* - `ms` ([roff ms](https://man.cx/groff_ms(7))) - `muse` ([Muse](https://amusewiki.org/library/manual)) - `native` (native Haskell) -- `odt` ([OpenOffice text +- `odt` ([OpenDocument text document](https://en.wikipedia.org/wiki/OpenDocument)) - `opml` ([OPML](http://dev.opml.org/spec2.html)) -- `opendocument` ([OpenDocument](http://opendocument.xml.org)) +- `opendocument` ([OpenDocument + XML](https://www.oasis-open.org/2021/06/16/opendocument-v1-3-oasis-standard-published/)) - `org` ([Emacs Org mode](https://orgmode.org)) - `pdf` ([PDF](https://www.adobe.com/pdf/)) - `plain` (plain text) |
