vscode/extensions/markdown-language-features
Sankt Petersbug f2653c04cb Fix Markdown Preview incorrectly encodes a link (#61530)
For known external scheme, the customized normalizeLink method use vscode.Uri to parse and create
the string representation of the link before caling the original normalizeLink method.
The toString method of vscode.Uri encodes the result by default, and this is unecessary since encoding
is handled by the original normalizeLink method.

Calls toString method with skipEncoding option.

Resolves: #60525
2018-10-22 15:41:22 -07:00
..
media styles for diff on markdown preview (#59289) 2018-09-25 12:02:15 -07:00
preview-src Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
schemas Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00
src Fix Markdown Preview incorrectly encodes a link (#61530) 2018-10-22 15:41:22 -07:00
.vscodeignore Use webpack also for small built-in extensions 2018-09-20 14:17:45 +02:00
extension.webpack.config.js Webpack markdown extension 2018-09-05 09:03:35 -07:00
icon.png Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00
OSSREADME.json Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00
package.json Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00
package.nls.json Removed duplicate "the" from documentation. (#59736) 2018-10-01 17:30:06 -07:00
README.md Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
tsconfig.json Onboard markdown to use shared tsconfig 2018-10-01 16:41:19 -07:00
webpack.config.js Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00
yarn.lock Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00

Language Features for Markdown files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Markdown in Visual Studio Code to learn about the features of this extension.