You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,20 +173,6 @@ GitHub-flavored Markdown tables (and similar variants) are fully supported, with
173
173
- You **cannot** mix header cells (`<th>`) and ordinary cells (`<td>`) in a single row.
174
174
- You **cannot** independently align cells (only the whole column).
175
175
176
-
## Caveats
177
-
178
-
### DokuWiki tables
179
-
Not all features of DokuWiki's tables are implemented due to the way the intermediary data is laid out (the library focuses on MultiMarkdown's feature set).
180
-
181
-
These features are not supported by the parser:
182
-
- Vertical table headers
183
-
- Mixed table rows (`^` header cells and `|` normal cells in the same row)
184
-
- Independent (from column) cell alignment (left, center, right)
185
-
186
-
These features are not supported by the renderer:
187
-
- Table captions
188
-
- Multiline rows
189
-
190
176
## Built with...
191
177
192
178
- written in [TypeScript](https://www.typescriptlang.org/)
Copy file name to clipboardExpand all lines: docs/README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,20 +175,6 @@ GitHub-flavored Markdown tables (and similar variants) are fully supported, with
175
175
- You **cannot** mix header cells (`<th>`) and ordinary cells (`<td>`) in a single row.
176
176
- You **cannot** independently align cells (only the whole column).
177
177
178
-
## Caveats
179
-
180
-
### DokuWiki tables
181
-
Not all features of DokuWiki's tables are implemented due to the way the intermediary data is laid out (the library focuses on MultiMarkdown's feature set).
182
-
183
-
These features are not supported by the parser:
184
-
- Vertical table headers
185
-
- Mixed table rows (`^` header cells and `|` normal cells in the same row)
186
-
- Independent (from column) cell alignment (left, center, right)
187
-
188
-
These features are not supported by the renderer:
189
-
- Table captions
190
-
- Multiline rows
191
-
192
178
## Built with...
193
179
194
180
- written in [TypeScript](https://www.typescriptlang.org/)
Copy file name to clipboardExpand all lines: docs/classes/DokuWikiTableParser.md
+28-9Lines changed: 28 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,6 @@
2
2
3
3
# Class: DokuWikiTableParser
4
4
5
-
Not all features of DokuWiki's tables are implemented due to the way the intermediary data is laid out (the library focuses on MultiMarkdown's feature set).
6
-
7
-
These features are not supported:
8
-
- Vertical table headers
9
-
- Mixed table rows (`^` header cells and `|` normal cells in the same row)
10
-
- Independent (from column) cell alignment (left, center, right)
11
-
12
5
## Implements
13
6
14
7
-[`TableParser`](../interfaces/TableParser.md)
@@ -19,6 +12,10 @@ These features are not supported:
0 commit comments