diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-01 17:35:41 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-01 17:35:41 +0200 |
| commit | de920cfc30426f1ec23883361742dad072b67678 (patch) | |
| tree | ee29d75c49a954bfbbf0b5ec0793a63a02110e85 | |
| parent | fbffff4f784c2eaa465bf7df47b4718b372ac3fa (diff) | |
MANUAL.txt: remove outdated paragraph on grid table limitations
| -rw-r--r-- | MANUAL.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 5a6771c8e..12b77efa4 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4379,19 +4379,6 @@ For headerless tables, the colons go on the top line instead: | Right | Left | Centered | +---------------+---------------+--------------------+ -##### Grid Table Limitations ##### - -Pandoc does not support grid tables with row spans or column spans. -This means that neither variable numbers of columns across rows nor -variable numbers of rows across columns are supported by Pandoc. -All grid tables must have the same number of columns in each row, -and the same number of rows in each column. For example, the -Docutils [sample grid tables] will not render as expected with -Pandoc. - -[sample grid tables]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#grid-tables - - #### Extension: `pipe_tables` #### Pipe tables look like this: |
