Is your feature request related to a specific problem?
In terminals with OSC 8 hyperlink support, Markdown tables with inline links duplicate each URL as a footnote list at the bottom of the table because Glamour's table renderer defaults to printing reference links.
Describe the solution you'd like
Please add a configuration key in settings.json (e.g. render.inlineTableLinks: true or markdown.suppressTableFootnotes: true) to pass Glamour's InlineTableLinks option to the renderer.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a specific problem?
In terminals with OSC 8 hyperlink support, Markdown tables with inline links duplicate each URL as a footnote list at the bottom of the table because Glamour's table renderer defaults to printing reference links.
Describe the solution you'd like
Please add a configuration key in settings.json (e.g. render.inlineTableLinks: true or markdown.suppressTableFootnotes: true) to pass Glamour's InlineTableLinks option to the renderer.
Describe alternatives you've considered
No response
Additional context
No response