diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-03-08 00:27:09 -0500 | 
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-03-08 00:36:13 -0500 | 
| commit | 0b9c54d9f31db88d5cd8e888921dffc2a108f8d4 (patch) | |
| tree | 903ccf96137b9ada0e25571d8e397d14c99ca57b /src/Text | |
| parent | 928a05073f87341b753f80a9b92f06dc0a19f466 (diff) | |
| download | pandoc-0b9c54d9f31db88d5cd8e888921dffc2a108f8d4.tar.gz | |
Docx reader: update feature checklist.
The feature checklist in the source code was out of date. Update.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Readers/Docx.hs | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs index eb71d8dd8..c399a2174 100644 --- a/src/Text/Pandoc/Readers/Docx.hs +++ b/src/Text/Pandoc/Readers/Docx.hs @@ -50,8 +50,7 @@ implemented, [-] means partially implemented):  * Inlines    - [X] Str -  - [X] Emph (From italics. `underline` currently read as span. In -        future, it might optionally be emph as well) +  - [X] Emph (italics and underline both read as Emph)    - [X] Strong    - [X] Strikeout    - [X] Superscript @@ -62,11 +61,10 @@ implemented, [-] means partially implemented):    - [X] Code (styled with `VerbatimChar`)    - [X] Space    - [X] LineBreak (these are invisible in Word: entered with Shift-Return) -  - [ ] Math +  - [X] Math    - [X] Link (links to an arbitrary bookmark create a span with the target as          id and "anchor" class) -  - [-] Image (Links to path in archive. Future option for -        data-encoded URI likely.) +  - [X] Image     - [X] Note (Footnotes and Endnotes are silently combined.)  -} | 
