Viewing images works for local files

We have to make sure that everything is converted to base64 (and
replaced in the src attribute) because otherwise ST3 messes up the
height of the images
This commit is contained in:
Mathieu PATUREL
2019-11-14 17:28:02 +11:00
parent 5738f6b5ff
commit bae26fc452
6 changed files with 111 additions and 16 deletions

7
dependencies.json Normal file
View File

@ -0,0 +1,7 @@
{
"*": {
"*": [
"bs4"
]
}
}