diff options
| author | Anton Antich <[email protected]> | 2025-11-09 13:48:14 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-24 22:37:39 +0100 |
| commit | ec75b693e5618c12ddac872d48e084436f1e1b48 (patch) | |
| tree | 942edb1022128c5f769b928ee5ba3b0a6ee6b4f7 /MANUAL.txt | |
| parent | 5d3b2916d616902d205146c108629053516fd9f4 (diff) | |
Support pptx (PowerPoint) as an input format.
New module `Text.Pandoc.Readers.Pptx`,
exporting `readPptx`. [API change]
Factored out some common OOXML functions from
Text.Pandoc.Readers.Docx.Util into a non-exported module
Text.Pandoc.Readers.OOXML.Shared.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 8f9ba8b0e..d394b2f6d 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -273,6 +273,7 @@ header when requesting a document from a URL: - `opml` ([OPML]) - `org` ([Emacs Org mode]) - `pod` (Perl's [Plain Old Documentation]) + - `pptx` ([PowerPoint]) - `ris` ([RIS] bibliography) - `rtf` ([Rich Text Format]) - `rst` ([reStructuredText]) |
