Add HTML as Manuskript Internal export format if python3-markdown is installed.

Curtis Gedak 2017-11-06 09:27:36 -07:00
parent ffee9d2c00
commit afef60d1ee

@ -10,7 +10,7 @@ As of now, manuskript, can import and export in the following formats:
| 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: | 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 |
@ -19,6 +19,8 @@ As of now, manuskript, can import and export in the following formats:
| 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? |
[1]: Available if `python3-markdown` installed.
**Import:**
- It's theoretically possible to import all of the above using pandoc. This will probably be supported in manuskript 0.6.0.