Commit Graph

111 Commits

Author SHA1 Message Date
Libin YANG
58b12d5fd1
chore: upgrade packages (#452) 2024-11-28 09:27:48 +08:00
njr
d8b14f5ce8
feat: support GFM alerts & render perf (#446)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
2024-11-22 15:39:28 +08:00
Libin YANG
6ece687e84
feat: support rendering for level 5 and level 6 headings (#432)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
close #428
2024-09-29 10:13:25 +08:00
Libin YANG
c7b0e027ac
chore: upgrade packages (#427)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
2024-09-25 14:22:09 +08:00
Libin YANG
e8b2c18c6d
chore: add type check and upgrade packages (#418)
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
2024-09-18 09:44:51 +08:00
YangFong
d3a7d08f9d
style: update dialog (#402) 2024-09-16 00:01:54 +08:00
YangFong
442beb8053
feat: support code_pre style setting (#403) 2024-09-14 09:11:52 +08:00
Libin YANG
9922f5d3ea
chore: update editor style (#397) 2024-09-10 17:06:50 +08:00
Libin YANG
0acc49a88c
style: fix font style (#386) 2024-09-07 15:56:01 +08:00
YangFong
2d40869fc2
refactor: renderer upgrade to ts (#379)
* refactor: renderer upgrade to ts

* fix: options of katex

* fix: render of katex

* chore: update marked-katex-extension to version 5.1.2

* chore: build theme

* chore: update renderer

* feat: move build addition func

* chore: styled content

* chore: update renderer

* chore: update packages

* chore: update renderer

* fix: logic of merged

* chore: update renderer

* chore: update

* feat: add token type

* feat: add styles func

* chore: update renderer

* fix: parse table cell

* feat: horizontal table scrolling is supported

* fix: strong tag

* feat: parse strong and em label

* fix: parse list

* chore: update example docs

* chore: update

---------

Co-authored-by: Libin YANG <szuyanglb@outlook.com>
2024-09-04 13:00:42 +08:00
Libin YANG
7e7ba3c4f9
chore: update default content (#378)
---------

Co-authored-by: YangFong <yangfong2022@qq.com>
2024-09-01 06:40:25 +08:00
Libin YANG
379b53edba
chore: update default content (#377) 2024-08-31 15:26:17 +08:00
YangFong
a744ecba68
chore: optimize custom theme creation (#367) 2024-08-29 18:36:59 +08:00
YangFong
1904ab492a
refactor: update right menu and shortcut keys (#353) 2024-08-25 11:34:17 +08:00
YangFong
6392e70b22
style: dark mode of editor (#350) 2024-08-24 23:28:54 +08:00
YangFong
fc85253489
refactor: upgrade to vue3 (#309) 2024-08-18 19:49:16 +08:00
Libin YANG
9ca58d5f32
feat: support non standard katex (#324)
close #323
2024-08-16 12:41:40 +08:00
YangFong
8d12093ada fix: initialization of the title size
close #315
2024-07-23 22:41:02 +08:00
Libin YANG
9d8757bd39
fix: code block (#310) 2024-07-04 19:08:58 +08:00
YangFong
080c61ba51
fix: word break (#302)
fix #301
2024-05-27 08:48:17 +08:00
YangFong
ed951d293b
feat: support legend options (#292) 2024-04-28 20:55:59 +08:00
YangFong
97f42c9d0d
feat: supports image titles as comment (#291)
close #290
2024-04-28 09:43:39 +08:00
YangFong
95eb448555
feat: supports equal width fonts (#287)
- 加入字体新选项
- 更新示例文本以便观察区别
2024-04-20 09:51:14 +08:00
Libin YANG
2c27ccbc1d
fix: code block renderer (#284)
* fix: code block renderer
* chore: update dependencies
2024-04-10 09:25:55 +08:00
YangFong
9461585d9e
fix: code block rendering exception (#273)
无名代码块渲染导致渲染失败 fix #272
2024-02-21 14:36:27 +08:00
YangQi
effb43d7d9
feat: support for $ rendering katex (#251) 2023-11-07 07:35:15 +08:00
brzhang Group
192c7878f9
feat: support Mermaid and Katex (#250)
---------

Co-authored-by: hoollyzhang <hoollyzhang@tencent.com>
2023-11-04 11:40:39 +08:00
YangFong
2c9f31eeb0 chore: improve css import
- 公共样式放入顶层
- 合并 `<style>`
2023-08-26 19:20:03 +08:00
RedCloud
f397d9184e
fix: not replace <pre> in list (#226) 2023-06-18 20:54:42 +08:00
YangQi
d5fdd04be9
feat: add Mac-style code block (#183)
close #168

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2022-08-16 17:19:39 +08:00
YangQi
ab3ed9b128
feat: add <style-option-menu> component (#182) 2022-08-15 11:10:48 +08:00
YangQi
4c0b029430
perf: optimizing css (#180)
- 移除不会生效、无效的片段
- 调整部分属性的书写顺序
- 移除不再使用的图片
2022-08-09 20:13:40 +08:00
YangQi
2b1fe2743a
chore: organize comments and formatting (#165)
- 提供公共函数 & 使用合适的参数名称
- 统一导出函数声明
- 优化部分 JSDoc 注解
2022-08-01 21:19:00 +08:00
YangQi
0289f389d7
fix: rendering failed table (#160)
`---` 两端存在 `\t` 导致无法表格成功渲染
2022-07-27 14:09:06 +08:00
yanglbme
504ff97ee3 fix: code block style (#157)
close #157
2022-07-11 10:40:14 +08:00
yanglbme
48253ff7de feat: use aliyun oss 2022-05-27 22:20:17 +08:00
yanglbme
c0bca63ff1 chore: change cdn 2022-05-23 22:33:28 +08:00
Yang Libin
bf3c6c4ec1
fix: update images path (#145) 2022-03-26 22:13:42 +08:00
Yang Libin
7d1a8d5644
fix: list item tag (#139) 2022-03-16 09:52:34 +08:00
xw
6202ad2ff0
style: Unified repository code style (#135) 2022-02-28 19:09:39 +08:00
yanglbme
862651fefa fix: code theme resource (#125)
close #125
2022-01-30 20:23:59 +08:00
yanglbme
aa3c39f9da feat: support custom code style (#117)
close #117
2021-12-20 20:21:00 +08:00
miaogaolin
fe4d6b0324
feat: support custom code block theme (#112)
close #75
2021-12-03 14:35:25 +08:00
Yang Libin
d962aab8c8
chore: fix footnotes and support custom hr style (#111) 2021-12-01 10:48:49 +08:00
Yang Libin
56d8fb66e7
chore: upgrade dependencies version (#109) 2021-11-30 16:56:57 +08:00
yanglbme
474196e587 chore: change max size of image 2021-11-26 23:42:56 +08:00
wll8
69175a72f2 Merge branch 'main' of https://github.com/doocs/md 2021-11-24 19:10:10 +08:00
xw
1f5434fa07
feat: custom upload logic (#91)
* feat: Custom upload logic

* doc: update readme

* Update README.md
2021-11-24 14:31:19 +08:00
wll8
0f3813f646 refactor: Handle the default text to avoid unnecessary escaping in js 2021-11-24 13:35:35 +08:00
Yang Libin
4d24ca8161
feat: import markdown content (#89)
* feat: import markdown content

* feat: alert success msg

* feat: alert error msg
2021-11-23 21:45:53 +08:00