Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Cool ! One the support will be in visual editor, this will be really cool to use ! Will this work with cross-ref too? Should we test it now or should we make a note to add support? I guess the Would it be
Also, about |
Right now I'm just following precisely the syntax for list-table. Those captions should still work as a mechanism for making cross-referenceable tables, but I now realize that I need to switch the order of filters somewhat for that to be the case. Thanks for making me think through it. I'll add tests too. |
Because widths is syntax from the list-tables.lua filter, and I don't want to remove any of that functionality. With that said, We can do move these list tables to tbl-colwidths or not, I'm indifferent. |
|
One thing I don't love is that the syntax looks backwards from our fenced div crossref: here, we have caption first, then contents. In fenced-div crossrefs, we have contents, and then caption. We should consider extending the syntax so that both directions work. That's not good for round-tripping, but I think I'm willing to suffer that cost here. |
This adds built-in support to https://github.com/pandoc-ext/list-table. Right now it's a nice-to-have, but it'll be necessary once we move away from grid tables.