vscode-markdown icon indicating copy to clipboard operation
vscode-markdown copied to clipboard

Markdown All in One

Results 228 vscode-markdown issues
Sort by recently updated
recently updated
newest added

## Proposal Assuming it's possible, allow the extension to also work in Quarto language mode, which is `.qmd` ([Quarto](quarto.org)) files, because they are Markdown. Currently, Quarto has [its own filetype...

Markdown dialect

this extension is well made and has the most users installed and the name is `All in one`. I found there're some more needs that writing a markdown file could...

Needs More info
Res: Inactive
Area: Table

## Proposal As the title says, I hope to add the ability to preview md files on each page.

Upstream
Area: Preview

Git lab requires ``$`19+1=20`$`` but markdown all in one does not is expects `$19+1=20$` .

Markdown dialect
Area: Math

#### What is the problem? The feature to add/update section number is very nice, but I would like to have an option to remove the trailing dot (which is 1.1...

Issue: Enhancement
Help wanted
Area: Table of contents

## Proposal Support auto-formatting [grid tables](https://pandoc.org/MANUAL.html#extension-grid_tables). ## References This is part of `pandoc`, not part of the [GFM spec](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables). ## Motivation `grid-tables` offer a few advantages such as better multiline...

Needs Discussion
Res: Out of scope

## Workaround Delete [key bindings](https://code.visualstudio.com/docs/getstarted/keybindings) for the `markdown.extension.onBackspaceKey` command. This effectively removes some of our list editing features. This issue cannot be resolved in foreseeable future due to how input...

Help wanted
Upstream
Area: Input

#### What is the problem? Between other uses, I use VSCode as a personal wiki to note down various local system configurations, document path locations, etc. I would to use...

Upstream
Res: External
Area: Link

# support scene * quote/unquote the cursor line * quote/unquote the selection lines. * if some lines haven't been quote, quote them. * if all of the lines have been...

Help wanted
Area: Input
Area: Block quote

### Proposal Path completion should not encode link paths inside angle brackets. For example when linking to a file named "foo bar.md", the space is encoded: ```[foo bar](../folder2/foo%20bar.md)```. This is...

Needs More Info
Area: Auto completion