Skip to content

Commit 23db6fa

Browse files
committed
QA: Update documentation for new ODText reader #71
1 parent a676af3 commit 23db6fa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This release marked heavy refactorings on internal code structure with the creat
3838
- DOCX Writer: Create `word/settings.xml` and `word/webSettings.xml` dynamically - @ivanlanin
3939
- ODT Writer: Basic image writing - @ivanlanin
4040
- ODT Writer: Link writing - @ivanlanin
41-
- ODT Reader: Basic ODText Reader - @ivanlanin
41+
- ODT Reader: Basic ODText Reader - @ivanlanin GH-71
4242

4343
### Bugfixes
4444

docs/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ Readers
132132
+---------------------------+----------------------+--------+-------+-------+
133133
| | UserDefined || | |
134134
+---------------------------+----------------------+--------+-------+-------+
135-
| **Element Type** | Text || | |
135+
| **Element Type** | Text || | |
136136
+---------------------------+----------------------+--------+-------+-------+
137137
| | Text Run || | |
138138
+---------------------------+----------------------+--------+-------+-------+
139-
| | Title || | |
139+
| | Title || | |
140140
+---------------------------+----------------------+--------+-------+-------+
141141
| | Link || | |
142142
+---------------------------+----------------------+--------+-------+-------+
@@ -146,7 +146,7 @@ Readers
146146
+---------------------------+----------------------+--------+-------+-------+
147147
| | Page Break || | |
148148
+---------------------------+----------------------+--------+-------+-------+
149-
| | List || | |
149+
| | List || | |
150150
+---------------------------+----------------------+--------+-------+-------+
151151
| | Table || | |
152152
+---------------------------+----------------------+--------+-------+-------+

docs/src/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ Below are the supported features for each file formats.
117117
| **Document Properties** | Standard || | |
118118
| | Extended || | |
119119
| | UserDefined || | |
120-
| **Element Type** | Text || | |
120+
| **Element Type** | Text || | |
121121
| | Text Run || | |
122-
| | Title || | |
122+
| | Title || | |
123123
| | Link || | |
124124
| | Preserve Text || | |
125125
| | Text Break || | |
126126
| | Page Break || | |
127-
| | List || | |
127+
| | List || | |
128128
| | Table || | |
129129
| | Image || | |
130130
| | Object | | | |

0 commit comments

Comments
 (0)