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

The language service that powers VS Code's Markdown support, extracted so that it can be reused by other editors and tools

Results 26 vscode-markdown-languageservice issues
Sort by recently updated
recently updated
newest added

Does this issue occur when all extensions are disabled?: Yes/No Yes - VS Code Version: 1.73.1 - OS Version: Windows_NT x64 10.0.19044 Steps to Reproduce: 1. Create new markdown file...

bug

Tracks enabling folding of html in markdown such as: ```md Some text ``` This is currently not foldable because it is (correctly) [tokenized](https://markdown-it.github.io/#md3=%7B%22source%22%3A%22%3Cdetails%3E%5Cn%5CnSome%20text%5Cn%5Cn%3C%2Fdetails%3E%22%2C%22defaults%22%3A%7B%22html%22%3Atrue%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22debug%22%7D%7D) to two html elements instead of a...

bug

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Type: Bug 1. Create a markdown file with the folowing content: ```md Assume the interval $[0,1]$. ``` 2. Ensure that validation and math are enabled: ```json { "markdown.validate.enabled": true, "markdown.math.enabled":...

Allow [common alert syntax](https://learn.microsoft.com/en-us/contribute/content/markdown-reference#alerts-note-tip-important-caution-warning) used in Microsoft Learn and on [GitHub](https://github.com/orgs/community/discussions/16925) without raising `link.no-such-reference`. Fixing #164

When working with `"markdown.preferredMdPathExtensionStyle": "removeExtension"` set, and a mix of MDX and MD files, it is not possible to validate and autocomplete links to MDX files from MD files using...

feature-request