summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-19 10:47:44 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-19 10:50:59 +0200
commitaface549a03c67a5df335863d3b3d00c9c4f3092 (patch)
tree56810fb90e4bc326d0f2eb37a511d8d38d9e149b
parenta91b9b2a1d768cd8a4dfff3c7e72a3cc96153d83 (diff)
Mention muse reader in README, MANUAL, debian control, cabal description.
-rw-r--r--MANUAL.txt2
-rw-r--r--README.md4
-rw-r--r--linux/control.in20
-rw-r--r--pandoc.cabal4
4 files changed, 15 insertions, 15 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index e7f745f68..772871bd9 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -15,7 +15,7 @@ another, and a command-line tool that uses this library. It can read
[Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored
Markdown], [MultiMarkdown], and (subsets of) [Textile],
[reStructuredText], [HTML], [LaTeX], [MediaWiki markup], [TWiki markup],
-[Haddock markup], [OPML], [Emacs Org mode], [DocBook], [txt2tags],
+[Haddock markup], [OPML], [Emacs Org mode], [DocBook], [Muse], [txt2tags],
[EPUB], [ODT] and [Word docx]; and it can write plain text, [Markdown],
[CommonMark], [PHP Markdown Extra], [GitHub-Flavored Markdown],
[MultiMarkdown], [reStructuredText], [XHTML], [HTML5], [LaTeX]
diff --git a/README.md b/README.md
index ebd5ba2e8..bd5a4a31c 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ another, and a command-line tool that uses this library. It can read
[Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored Markdown],
[MultiMarkdown], and (subsets of) [Textile], [reStructuredText], [HTML],
[LaTeX], [MediaWiki markup], [TWiki markup], [Haddock markup], [OPML], [Emacs
-Org mode], [DocBook], [txt2tags], [EPUB], [ODT] and [Word docx]; and it can
-write plain text, [Markdown], [CommonMark], [PHP Markdown Extra],
+Org mode], [DocBook], [txt2tags], [Muse], [EPUB], [ODT] and [Word docx];
+and it can write plain text, [Markdown], [CommonMark], [PHP Markdown Extra],
[GitHub-Flavored Markdown], [MultiMarkdown], [reStructuredText], [XHTML],
[HTML5], [LaTeX] \(including [`beamer`] slide shows\), [ConTeXt], [RTF], [OPML],
[DocBook], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki
diff --git a/linux/control.in b/linux/control.in
index 7653fa823..db261be04 100644
--- a/linux/control.in
+++ b/linux/control.in
@@ -12,13 +12,13 @@ Description: general markup converter
Pandoc is a Haskell library for converting from one markup
format to another, and a command-line tool that uses
this library. It can read several dialects of Markdown and
- (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki
- markup, Word docx, ODT, EPUB, TWiki markup, Haddock markup, OPML,
- Emacs Org-Mode, txt2tags and Textile, and it can write Markdown,
- reStructuredText, HTML, LaTeX, ConTeXt, DocBook, OPML, GNU TexInfo,
- OpenDocument, ODT, Word docx, RTF, MediaWiki, ZimWiki,
- DokuWiki, Textile, groff man pages, groff ms, plain text,
- Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3),
- FictionBook2, InDesign ICML, TEI Simple, JATS XML, Muse,
- and several kinds of HTML/javascript slide shows (S5, Slidy,
- Slideous, DZSlides, reveal.js).
+ (subsets of) HTML, reStructuredText, LaTeX, DocBook,
+ MediaWiki markup, TWiki markup, Haddock markup, OPML,
+ Emacs Org-Mode, txt2tags, Muse, Word Docx, ODT, and Textile,
+ and it can write Markdown, reStructuredText, XHTML, HTML 5,
+ LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT,
+ Word docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile,
+ groff man, groff ms, plain text, Emacs Org-Mode, AsciiDoc,
+ Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML,
+ Muse, and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
diff --git a/pandoc.cabal b/pandoc.cabal
index a9e561fa6..9dbd52a07 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -18,8 +18,8 @@ Description: Pandoc is a Haskell library for converting from one markup
this library. It can read several dialects of Markdown and
(subsets of) HTML, reStructuredText, LaTeX, DocBook,
MediaWiki markup, TWiki markup, Haddock markup, OPML,
- Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and
- it can write Markdown, reStructuredText, XHTML, HTML 5,
+ Emacs Org-Mode, txt2tags, Muse, Word Docx, ODT, and Textile,
+ and it can write Markdown, reStructuredText, XHTML, HTML 5,
LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT,
Word docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile,
groff man, groff ms, plain text, Emacs Org-Mode, AsciiDoc,