Updated Import and Export capabilities (markdown)

Olivier 2017-11-07 20:27:32 +01:00
parent 10782b6498
commit 452177bb43

@ -8,15 +8,15 @@ As of now, manuskript, can import and export in the following formats:
| Format | Import | Notes | Export | Notes |
| :--- | :---: | :--- | :---: | :--- |
| Plain text | :x: | | :white_check_mark: | Internal & Pandoc |
| Markdown | :x: | | :white_check_mark: | Internal & Pandoc |
| LaTeX | :x: | | :white_check_mark: | Pandoc |
| HTML | :x: | | :white_check_mark: | Internal [1] &Pandoc |
| ePub | :x: | | :white_check_mark: | Pandoc |
| OpenDocument | :x: | | :white_check_mark: | Pandoc |
| DocX | :x: | | :white_check_mark: | Pandoc |
| Markdown | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Internal & Pandoc |
| LaTeX | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| HTML | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Internal [1] &Pandoc |
| ePub | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| OpenDocument | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| DocX | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| 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 |
| reST | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| OPML | :white_check_mark: | WIP ([#200](https://github.com/olivierkes/manuskript/issues/200)) | :white_check_mark: | Pandoc |
| Fountain | :x: | What would import look like? | :x: | How to export, and to what? |
[1]: Available if `python3-markdown` installed.