Matt Bierner
336e9cebf5
Target es2017 for markdown extension
2017-11-20 14:34:32 -08:00
Matt Bierner
34c44f872c
Add way to disable markdown preview security warnings in a given workspace
...
Does not effect the content security level, only toggle the warning popup
Fixes #32251
2017-11-16 18:39:06 -08:00
Matt Bierner
662e0e9c5a
Treat tsx as jsx in markdown preview
...
Fixes #36711
2017-11-16 17:46:54 -08:00
Joao Moreno
3d71f198ac
Merge branch 'master' into yarn
2017-11-14 21:44:39 +01:00
Matt Bierner
89f8a77cb8
Reapply #38328 with fix
...
Fixes #38049
2017-11-14 11:49:27 -08:00
Matt Bierner
fe48d23086
Revert "Fixes markdown link syntax highlighting bug ( #38328 )"
...
This reverts commit 5fd4061806 .
2017-11-14 11:27:05 -08:00
Joao Moreno
5e5ebf5c1f
Merge branch 'master' into yarn
2017-11-14 18:46:07 +01:00
Shivam Mittal
5fd4061806
Fixes markdown link syntax highlighting bug ( #38328 )
...
Issue: #38049
Signed-off-by: Shivam Mittal <shivammittal99@gmail.com >
2017-11-14 08:46:19 -08:00
Joao Moreno
b635672331
remove shrinkwrap references
2017-11-14 10:04:36 +01:00
Joao Moreno
0a8b6fb706
yarn: replace most shrinkwrap files
2017-11-13 23:03:52 +01:00
Matt Bierner
25efef4b59
Fix link detection for markdown linsk without space between them
...
Fixes #37018
2017-11-10 17:10:28 -08:00
Matt Bierner
98d11f1d61
Fix build
2017-11-10 17:00:07 -08:00
Matt Bierner
703fd65430
Mark some constants are readonly
2017-11-10 16:43:44 -08:00
Matt Bierner
3afaa9d9f1
Support for wiki links in the markdown editor
...
Fixes #37400
2017-11-10 16:43:44 -08:00
Matt Bierner
3f9bc10e81
Set strict mode in a few extensions that already have strictNullChecks
2017-11-06 10:32:24 -08:00
Matt Bierner
559428895e
Fixed more resource scope access in the markdown extension
2017-10-27 15:20:48 -07:00
Matt Bierner
ded53f4462
Marking markdown settings scopes
2017-10-27 15:20:48 -07:00
Matt Bierner
837d66fcf0
Show markdown security command in command palette when inside markdown preview
2017-10-24 11:17:45 -07:00
Matt Bierner
f8bac907b7
Mark markdown yaml frontmatter as yaml embedded language
...
Fixes #30873
2017-10-16 14:45:06 -07:00
Matt Bierner
0bd33bbd96
Use strict versions for @types. Fixes #35561
2017-10-09 11:21:00 -07:00
Matt Bierner
384360917a
Use npm 4 for markdown shrinkwrap
...
Fixes https://github.com/Microsoft/vscode/issues/35215
2017-09-27 11:07:14 -07:00
Rob Lourens
d69910e8a5
Fix markdownItPlugins string
2017-09-27 10:30:22 -07:00
Matt Bierner
4dd1244c0a
Fix referenceLink detection for unicode
...
https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865
Fixes #33714
2017-09-26 10:31:19 -07:00
kieferrm
08d8f0f9f6
indentation changes
2017-09-25 18:36:43 -07:00
kieferrm
fbb3e25987
omit endPoint where it defaults to none
2017-09-25 18:36:43 -07:00
kieferrm
8705413bf9
gdpr classification for markdown extension
2017-09-25 18:36:43 -07:00
Matt Bierner
a7e3513a7b
Localize markdown preview title
...
Fixes #34830
2017-09-22 11:14:44 -07:00
Martin Aeschlimann
a678f60100
FoldingRules language configuration simplification
2017-09-22 13:50:03 +02:00
Johannes Rieken
57aab4f84c
Merge branch 'master' into joh/ftp
2017-09-20 13:48:02 +02:00
Martin Aeschlimann
de68414a9a
[folding] should not fold whitespace after function. Fixes #3353
2017-09-20 11:09:42 +02:00
isidor
93867e4ef2
merge master
2017-09-20 10:08:51 +02:00
Matt Bierner
933e0a8127
Fix markdown table of contents name for strings like # ff
...
Fixes #34644
2017-09-19 11:03:15 -07:00
isidor
ceb34634b1
always use uri.toString() when comparing uris for equality
2017-09-19 15:59:23 +02:00
Matt Bierner
b6e7279be4
Fix language mode for script and style blocks in markdown
...
Fixes #34602
2017-09-18 17:41:48 -07:00
Matt Bierner
b45a168102
Mark markdown fenced code blocks with correct language mode
...
Fixes #34598
2017-09-18 15:52:41 -07:00
Matt Bierner
f9fa4ae361
Add schema for contributed markdown API
...
Fixes #31874
2017-09-18 14:55:13 -07:00
Matt Bierner
35c8bc4daa
Further improve colorization of embeded expressions
...
- Add groovy embedded support
- Make high contrast colorization consistent
2017-09-12 11:04:02 -07:00
Matt Bierner
5829262687
Fix markdown reference links for links with spaces
2017-09-08 14:43:35 -07:00
Matt Bierner
bf84cbcc37
Fix begin/end for markdown script/pre blocks
...
Fixes #33886
2017-09-06 14:11:01 -07:00
Matt Bierner
49db68d7ce
Reset VS Dark + Light styling for meta embedded ( #33866 )
...
Fixes #33120
Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
2017-09-06 11:18:53 -07:00
Matt Bierner
be71eecef0
Fix markdown reference link for form [a][]
2017-09-05 15:35:35 -07:00
Matt Bierner
b96141c2fd
Make reference links in md docs scroll to reference block instead
2017-09-05 11:55:59 -07:00
Matt Bierner
465c3ed793
Detect markdown reference links as document links
...
Fixes #33714
Fixes #25861
2017-09-01 16:29:08 -07:00
Matt Bierner
0ff02b2df7
Mark inline markdown code as strings for bracket matching and other editor features
...
Fixes #33513
2017-09-01 15:01:08 -07:00
Matt Bierner
a87c72f2df
Bump markdown-it version
...
Fixes #33369
2017-09-01 14:39:56 -07:00
Matt Bierner
3416d0d70c
Fix markdown preview sometimes not refreshing
...
Fixes #32111
2017-08-30 15:40:57 -07:00
Matt Bierner
a8951772be
Clean up markdown preview fixHref to take resources instead of markdown uri
2017-08-29 16:16:53 -07:00
Matt Bierner
a271fa97a2
Fix markdown.styles not resolving relative to root
...
fixes #33455
2017-08-29 16:13:23 -07:00
Matt Bierner
931992aea8
Set charset on contributed markdown scripts
2017-08-28 18:01:23 -07:00
Yu Zhang
1c6f2f9a80
🐛 include setext heading levels (Markdown) ( #32987 )
...
* 🐛 include setext heading levels
* 📝 typo
* 💚 use `===`
2017-08-22 19:17:15 -07:00