Replies: 2 comments 3 replies
-
Currently not directly. |
Beta Was this translation helpful? Give feedback.
2 replies
-
In addition to John's suggestions, you could also use this filter to add Ids to Tables. While the filter is for cross-references, it also allows you to specify Table Attrs in table captions. This is done like this:
If you only want to run the code responsible for applying the table attributes, you could copy the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use pandoc to convert Markdown to HTML self-contained pages.
I currently use auto layout for column width in tables, which has limited milage. I am looking to impose some manual column width formatting for specific columns in specific tables. I can select specific columns using CSS, but need to identify which table to apply this to. Typically this is done using
<table id="id_label">
.Is there any way to specify an
id
for a single table (pipe_table type in Markdown)?I am open to other solutions.
Beta Was this translation helpful? Give feedback.
All reactions