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

Markdown All in One

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

Running "Format Document" on the following markdown file should align all rightmost `|` characters, but does not. To reproduce run "Format Document" on this file. My Markdown All in One...

Area: Table
Area: Document formatting

## Problem An issue occurs with the automatic renumbering feature of ordered lists. When removing an entire line containing a top level list item, the automatic renumbering does not restart...

Issue: Bug
Res: Fixed
Area: List editing

## Proposal I found the auto completion lack some Katex function, such as `\pmb` . Whether can add some Katex funtion ? [Katex Supported Functions](https://katex.org/docs/supported.html) ## References

Issue: Enhancement
Res: Fixed

## Proposal Today, you can set the TOC levels thanks to the extensions settings key `markdown.extension.toc.levels`. However, it may happen documents do not have the same structure and range `1..3`...

Issue: Feature
Needs Discussion
Area: Table of contents

- [ ] Choose a backend - [Puppeteer](https://github.com/puppeteer/puppeteer). Most promising. - An issue is it doesn't seem to generate bookmarks for the headings - https://github.com/yzane/vscode-markdown-pdf - [`installChromium`](https://github.com/yzane/vscode-markdown-pdf/blob/837ad2afd32768024f14565a3de2d24c16e9140e/extension.js#L791) - https://github.com/BlueHatbRit/mdpdf -...

Help wanted
Needs Discussion
Area: Exporting

## context vscode now has [built-in path IntelliSense for markdown](https://github.com/microsoft/vscode/issues/140602#issue-1100965100)(enable by default), which is similar to the path auto-completion feature. When both features are enabled, there is a redundant path...

Issue: Enhancement
Help wanted
Area: Auto completion

Hello everyone, [MDX](https://github.com/mdx-js/mdx) allows for JSX components within Markdown. I personally love this extension, and I'd love it to work within MDX files as well. I'm able to provide this...

Issue: Feature

Sometimes I want to write a Math formula block in cite area(begin with `>` ). But I don't know which is right: ``` > $$ > \begin{array} > ...... >\end{array}...

Issue: Question
Area: Math