Working on supporting markdown links in serverless+web

For #101203
This commit is contained in:
Matt Bierner
2020-07-09 19:46:16 -07:00
parent 362d345448
commit fdf23dc5f9
12 changed files with 159 additions and 69 deletions

View File

@@ -9,6 +9,7 @@ export const Schemes = {
http: 'http:',
https: 'https:',
file: 'file:',
untitled: 'untitled',
mailto: 'mailto:',
data: 'data:',
vscode: 'vscode:',