This website requires JavaScript.
Explore
Help
Register
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
You've already forked vscode
mirror of
https://github.com/microsoft/vscode.git
synced
2026-05-16 13:21:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5c36f4bb83909c1922cd9bbf26545942d2ffb40
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
33446a0a9e
Use hierarchical markdown document symbols
...
Fixes
#52546
2018-06-26 17:31:45 -07:00
..
commands
Make sure we handle line number links correctly in preview
2018-06-15 10:09:27 -07:00
features
Use hierarchical markdown document symbols
2018-06-26 17:31:45 -07:00
test
Use hierarchical markdown document symbols
2018-06-26 17:31:45 -07:00
typings
…
util
Extract constant
2018-06-11 18:38:03 -07:00
commandManager.ts
…
extension.ts
Don't strip special characters in slugify
2018-05-25 11:57:01 -07:00
logger.ts
Use lazy for creating output channel
2018-06-11 18:38:03 -07:00
markdownEngine.ts
Fix content after fenced code block being treated as code
2018-06-20 14:15:34 -07:00
markdownExtensions.ts
…
security.ts
add AllowInsecureLocalContent option to MarkdownPreviewSecurityLevel (
#46473
)
2018-03-26 12:23:27 -07:00
slugify.ts
Use blacklist for puctuators
2018-05-25 11:57:01 -07:00
tableOfContentsProvider.ts
Introduce the concept of a SkinnyTextDocument that provides minimal interface to generate toc
2018-06-04 11:50:04 -07:00
telemetryReporter.ts
…