pandoc-2.0.0.1: Conversion between markup formats

CopyrightCopyright (C) 2017 Alexander Krotov
LicenseGNU GPL, version 2 or above
MaintainerAlexander Krotov <ilabdsf@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Writers.Muse

Description

Conversion of Pandoc documents to Muse.

This module is mostly intended for Amusewiki markup support, as described by Text::Amuse markup manual. Original Emacs Muse markup support is a secondary goal.

Where Text::Amuse markup differs from Emacs Muse markup, Text::Amuse markup is supported. For example, native tables are always used instead of Org Mode tables. However, <literal style="html"> tag is used for HTML raw blocks even though it is supported only in Emacs Muse.

Synopsis

Documentation

writeMuse :: PandocMonad m => WriterOptions -> Pandoc -> m Text Source #

Convert Pandoc to Muse.