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-06-07 08:06:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e59ab3657fe88da15d3d0bb076e2db66a3eb751
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
2806df93e4
Try to keep one blank line after markdown block element folds
...
Fixes
#58187
2018-09-07 13:48:44 -07:00
..
commands
Fix duplicate markdown previews potentially being shown in the same editor group
2018-08-21 16:42:11 +02:00
features
Try to keep one blank line after markdown block element folds
2018-09-07 13:48:44 -07:00
test
Try to keep one blank line after markdown block element folds
2018-09-07 13:48:44 -07:00
typings
…
util
Extract constant
2018-06-11 18:38:03 -07:00
commandManager.ts
…
extension.ts
Add WebviewPanel.iconPath (
#54912
)
2018-07-24 15:08:46 -07:00
logger.ts
Use lazy for creating output channel
2018-06-11 18:38:03 -07:00
markdownEngine.ts
Fix folding code blocks / lists with front matter
2018-09-07 11:36:38 -07:00
markdownExtensions.ts
Add WebviewPanel.iconPath (
#54912
)
2018-07-24 15:08:46 -07:00
security.ts
Use const enums (to inline their values in JS)
2018-09-06 20:39:19 +02:00
slugify.ts
Fix typo (
#57192
)
2018-09-05 08:36:16 -07:00
tableOfContentsProvider.ts
markdown toc should include full span to next header
2018-08-24 12:01:25 +02:00
telemetryReporter.ts
…