Skip to content

Add support for md prefix to generate markdown tables#518

Merged
SanjulaGanepola merged 1 commit intomainfrom
feature/markdown-prefix
Apr 19, 2026
Merged

Add support for md prefix to generate markdown tables#518
SanjulaGanepola merged 1 commit intomainfrom
feature/markdown-prefix

Conversation

@SanjulaGanepola
Copy link
Copy Markdown
Member

Changes

This PR adds support for a md prefix to generate tables in markdown format.

image

Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
@SanjulaGanepola SanjulaGanepola requested a review from forstie April 19, 2026 18:23
@github-actions
Copy link
Copy Markdown

👋 A new build is available for this PR based on 9dee74d.

@forstie
Copy link
Copy Markdown
Collaborator

forstie commented Apr 19, 2026

Hi,
So, after a simple test worked, I tried this:

md: Select * from qsys2.sysixadv order by times_advised desc limit 1;

Is this what you are expecting to have returned?
image

@SanjulaGanepola
Copy link
Copy Markdown
Member Author

@forstie Yes that should be correct. The reason it doesn't look readable on your end is because you have word wrap enabled.

You can toggle this in the command pallete:

image

Should look something like this where you can scroll to the right:

image

You can also then use VS Code's buil-tin preview option:

image

to preview a rendering of the markdown table:

image

Copy link
Copy Markdown
Collaborator

@forstie forstie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfecto

@SanjulaGanepola SanjulaGanepola merged commit b93c6eb into main Apr 19, 2026
1 check passed
@sebjulliand sebjulliand deleted the feature/markdown-prefix branch April 20, 2026 06:48
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.

2 participants