Skip to content

Commit

Permalink
Re-ordered export list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 28, 2012
1 parent 379a52d commit 6fcf44e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Network/Gitit/Export.hs
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,18 @@ exportFormats cfg = if pdfExport cfg
, ("ConTeXt", respondConTeXt)
, ("Texinfo", respondTexinfo)
, ("reST", respondRST)
, ("markdown", respondMarkdown)
, ("plain text",respondPlain)
, ("Markdown", respondMarkdown)
, ("Plain text",respondPlain)
, ("MediaWiki", respondMediaWiki)
, ("man", respondMan)
, ("Org-mode", respondOrg)
, ("Textile", respondTextile)
, ("AsciiDoc", respondAsciiDoc)
, ("Man page", respondMan)
, ("DocBook", respondDocbook)
, ("DZSlides", respondSlides "dzslides" DZSlides)
, ("Slidy", respondSlides "slidy" SlidySlides)
, ("S5", respondSlides "s5" S5Slides)
, ("DZSlides", respondSlides "dzslides" DZSlides)
, ("EPUB", respondEPUB)
, ("ODT", respondODT)
, ("Docx", respondDocx)
, ("EPUB", respondEPUB)
, ("Org", respondOrg)
, ("Textile", respondTextile)
, ("AsciiDoc", respondAsciiDoc)
, ("RTF", respondRTF) ]

0 comments on commit 6fcf44e

Please sign in to comment.