vscode-markdown-languageservice
vscode-markdown-languageservice copied to clipboard
Adding more tooling for working with link definitions
Combination of a few different commits about link definitions that I added while on recent plane rides :)
-
Add option to include link definitions in the document outline. Controlled by a new
includeLinkDefinitions
param -
Adds an organize link definition action. This groups all link definitions to the bottom of the file and sorts them
-
Adds a code action for extracting a link to a definition