diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-29 10:19:38 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-29 10:20:58 -0700 |
| commit | 48d0bfc6753361d0210f142578f248bf9a887d3e (patch) | |
| tree | f91ad8cd7f4765cd5400dd17050613d8972d46be /test/command | |
| parent | 57fd3c4f81138aaaf52acb876f088611beeb8542 (diff) | |
Add `--list-tables` option.
[API change] Add writerListTables to WriterOptions.
RST writer: Remove sensitivity to "list-table" class in table attributes.
Instead, just check `writerListTables` in writer options.
See #4564.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/4564.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/4564.md b/test/command/4564.md index 475413956..81c50afb7 100644 --- a/test/command/4564.md +++ b/test/command/4564.md @@ -1,7 +1,7 @@ ``` -% pandoc -f native -t rst +% pandoc -f native -t rst --list-tables [BlockQuote - [Table ("",["list-table"],[]) (Caption Nothing + [Table ("",[],[]) (Caption Nothing []) [(AlignDefault,ColWidth 0.1527777777777778) ,(AlignDefault,ColWidth 0.1388888888888889) |
