Docx reader: update feature checklist.

The feature checklist in the source code was out of date. Update.
This commit is contained in:
Jesse Rosenthal 2016-03-08 00:27:09 -05:00
parent 928a05073f
commit 0b9c54d9f3

View file

@ -50,8 +50,7 @@ implemented, [-] means partially implemented):
* Inlines * Inlines
- [X] Str - [X] Str
- [X] Emph (From italics. `underline` currently read as span. In - [X] Emph (italics and underline both read as Emph)
future, it might optionally be emph as well)
- [X] Strong - [X] Strong
- [X] Strikeout - [X] Strikeout
- [X] Superscript - [X] Superscript
@ -62,11 +61,10 @@ implemented, [-] means partially implemented):
- [X] Code (styled with `VerbatimChar`) - [X] Code (styled with `VerbatimChar`)
- [X] Space - [X] Space
- [X] LineBreak (these are invisible in Word: entered with Shift-Return) - [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 - [X] Link (links to an arbitrary bookmark create a span with the target as
id and "anchor" class) id and "anchor" class)
- [-] Image (Links to path in archive. Future option for - [X] Image
data-encoded URI likely.)
- [X] Note (Footnotes and Endnotes are silently combined.) - [X] Note (Footnotes and Endnotes are silently combined.)
-} -}