Updated Import and Export capabilities (markdown)

Olivier 2017-11-05 23:42:20 +01:00
parent 757029d930
commit 9ae18c782a

@ -14,8 +14,16 @@ As of now, manuskript, can import and export in the following formats:
| PDF | :x: | | :white_check_mark: | Pandoc & LaTeX |
| reST | :x: | | :white_check_mark: | Pandoc |
| OPML | :white_check_mark: | WIP ([#PR 192](https://github.com/olivierkes/manuskript/pull/192)) | :white_check_mark: | Pandoc |
| Fountain | :x: | What would import look like? | :x: | How to export, and to what? |
Import: It's theoretically possible to import all of the above using pandoc. This will probably be supported in manuskript 0.6.0.
**Import:**
- It's theoretically possible to import all of the above using pandoc. This will probably be supported in manuskript 0.6.0.
- Other formats possibly imported through pandoc: `commonmark`, `docbook`, `haddock`, `json`, `mediawiki`, `org`, `t2t`, `textile`, `twiki`
**Export:**
- Other formats easily exported through pandoc: `asciidoc`, `beamer`, `commonmark`, `context`, `docbook`, `docbook5`, `dokuwiki`, `dzslides`, `fb2`, `haddock`, `icml`, `json`, `man`, `mediawiki`, `native`, `org`, `plain`, `revealjs`, `rtf`, `s5`, `slideous`, `slidy`, `tei`, `texinfo`, `textile`, `zimwiki`
# Highlighters