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

@@ -0,0 +1,4 @@
[b](b)
[b](b.md)
[b](./b.md)
[b](/b.md)

View File

@@ -1 +1,3 @@
![](./a)
# b
[](./a)

View File

@@ -1,2 +1,6 @@
# First
# Second
[b](/b.md)
[b](../b.md)
[b](./../b.md)