Guo Xiang Tan
|
ff48fbdfda
|
FIX: InlineUploads raises an error when img tag is invalid.
|
2019-06-12 10:31:00 +08:00 |
|
Guo Xiang Tan
|
ee142c2173
|
DEV: More improvements to InlineUploads .
* Convert inline links to short path
```
<link> <link>
<link>
```
to
```
<short_path> <short_path>
<short_path>
```
|
2019-06-07 11:49:30 +08:00 |
|
Guo Xiang Tan
|
95db609586
|
DEV: Support more formats of inline images.
|
2019-06-06 15:50:56 +08:00 |
|
Guo Xiang Tan
|
5819e446dd
|
Make lint happy.
|
2019-06-04 16:14:21 +08:00 |
|
Guo Xiang Tan
|
1991af2abb
|
DEV: Switch InlineUploads to a regexp based implementation.
|
2019-06-04 15:54:25 +08:00 |
|
Guo Xiang Tan
|
d93e5fb00d
|
DEV: Class that converts MD with old attachment links to new MD.
|
2019-06-04 15:54:25 +08:00 |
|