Régis Hanol
|
155cad8b85
|
FIX: only add image size when with & height are in pixels
|
2019-07-05 20:34:11 +02:00 |
|
Guo Xiang Tan
|
7c86f16aa3
|
FIX: Support carriage return in InlineUploads .
Follow up to 8deaef3872 .
|
2019-06-21 14:07:06 +08:00 |
|
Guo Xiang Tan
|
8deaef3872
|
FIX: Don't replace img tags within anchor tags with markdown format.
Follow up to 9a25b0d614 .
|
2019-06-21 12:32:02 +08:00 |
|
Guo Xiang Tan
|
9a25b0d614
|
FIX: Edge case with anchor tag in InlineUploads .
|
2019-06-21 09:55:56 +08:00 |
|
Guo Xiang Tan
|
53efb7bd24
|
FIX: BBcode edge case for InlineUploads .
|
2019-06-20 11:47:51 +08:00 |
|
Guo Xiang Tan
|
34f382b758
|
FIX: InlineUploads should replace attachment links with markdown text.
|
2019-06-19 11:15:02 +08:00 |
|
Guo Xiang Tan
|
77c06384c0
|
Fix the build.
|
2019-06-14 13:56:35 +08:00 |
|
Guo Xiang Tan
|
5d16d10a9e
|
DEV: Fix edge case for InlineUploads .
|
2019-06-14 13:48:03 +08:00 |
|
Guo Xiang Tan
|
befb074c98
|
DEV: InlineUploads should process CDN upload URLs as well.
|
2019-06-14 13:14:37 +08:00 |
|
Guo Xiang Tan
|
41abebcbce
|
DEV: Support both http and https for InlineUploads .
|
2019-06-14 12:48:31 +08:00 |
|
Guo Xiang Tan
|
9daed05ad0
|
Fix the build.
|
2019-06-13 13:53:43 +08:00 |
|
Guo Xiang Tan
|
7a0d031bc4
|
FIX: InlineUploads matching on external bbcode img url.
|
2019-06-13 13:47:36 +08:00 |
|
Guo Xiang Tan
|
782e583844
|
FIX: Edge cases with markdown references for InlineUploads .
|
2019-06-13 12:08:01 +08:00 |
|
Guo Xiang Tan
|
93c552afda
|
FIX: InlineUploads does not correct urls with uppercase extension.
|
2019-06-13 11:19:33 +08:00 |
|
Guo Xiang Tan
|
641521896c
|
FIX: Cover more edge cases in InlineUploads .
|
2019-06-12 17:06:58 +08:00 |
|
Guo Xiang Tan
|
73bf880f74
|
FIX: Correct more edge cases with InlineUploads .
|
2019-06-12 10:44:25 +08:00 |
|
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
|
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 |
|