Skip to content

Commit ddbad0b

Browse files
committed
update readme faq
1 parent 3f0c8e5 commit ddbad0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ In `oxml.py`, I added a built-in framework to support high-level OOXML operation
289289
- **Q: Can the filter support complex caption macros such as `\bicaption`?**
290290
- **A**: No for now. Caption macros such as `\bicaption` are not supported by the default `latex` reader of pandoc. Therefore, we cannot parse them correctly. You may need a custom reader to parse them correctly or modify the source code before using this filter.
291291
- **Q: Can `docx` output support the short captions in the list of figures and tables?**
292-
- **A**: We can support this feature in the near future. This can be done by directly adding OOXML codes to the results, by which we can implement a totally customized TOC-like list of figures and tables to support any features we want.
292+
- **A**: Now supported.
293293

294294
That said, however, functionalities mentioned above can never be supported easily since they are not, and maybe never will be, supported by native `pandoc` framework.
295295

@@ -300,4 +300,4 @@ There are some known issues and possible improvements:
300300
- [x] Add empty caption for figures and tables without captions (currently, they have no caption and therefore links to them cannot be located).
301301
- [ ] Directly support `align*` and other non-numbered environments.
302302
- [x] Subfigure support.
303-
- [ ] Support short captions in `docx` output.
303+
- [x] Support short captions in `docx` output.

0 commit comments

Comments
 (0)