Skip to content

Table caption - #781

Open
am-kantox wants to merge 2 commits into
vmg:masterfrom
am-kantox:table-caption
Open

Table caption#781
am-kantox wants to merge 2 commits into
vmg:masterfrom
am-kantox:table-caption

Conversation

@am-kantox

@am-kantox am-kantox commented Oct 11, 2023

Copy link
Copy Markdown

I understand this PR might be unwanted and surely unexpected, but I needed this for my own work and I find it useful to at least provide a PR so that the code might be used by those needing the same functionality.

Basically, it allows <caption> to be added to tables in the following way:

| # Table Caption |
| Head 1 | Head 2 |
| ------ | ------ |
| Cell 1 | Cell 2 | 
| Cell 3 | Cell 4 | 

It’s fully backward compatible and the caption would be recognized if it only goes as the first line in the table and starts with a hash symbol.

WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant