Commit Graph

586 Commits

Author SHA1 Message Date
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
ff44d3d40f
chore: update workflow (#311) 2024-07-04 19:24:56 +08:00
Libin YANG
9d8757bd39
fix: code block (#310) 2024-07-04 19:08:58 +08:00
Libin YANG
74eba4e5fa docs: update readme guideline 2024-06-25 06:32:19 +00:00
dependabot[bot]
a9c5f7e69e
build(deps-dev): bump ws from 6.2.2 to 6.2.3 (#306)
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 11:46:40 +08:00
YangFong
080c61ba51
fix: word break (#302)
fix #301
2024-05-27 08:48:17 +08:00
YangFong
7ade99b9b8
fix: list rendering error (#297) 2024-05-12 18:38:15 +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
e98a5b5103
fix: unused font (#288)
修复:未展示字体修改效果
2024-04-20 09:51:56 +08:00
YangFong
95eb448555
feat: supports equal width fonts (#287)
- 加入字体新选项
- 更新示例文本以便观察区别
2024-04-20 09:51:14 +08:00
YangFong
b1e6a7a14d
fix: mac code block display exception (#286) 2024-04-19 22:43:41 +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
dependabot[bot]
102c4a6038
build(deps): bump katex from 0.16.9 to 0.16.10 (#281)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.9 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.9...v0.16.10)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 08:58:33 +08:00
dependabot[bot]
9c1e1119c9
build(deps-dev): bump ip from 1.1.8 to 1.1.9 (#274)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-23 20:34:15 +08:00
YangFong
9461585d9e
fix: code block rendering exception (#273)
无名代码块渲染导致渲染失败 fix #272
2024-02-21 14:36:27 +08:00
Arun Sathiya
72cb6da810
ci: use GITHUB_OUTPUT envvar instead of set-output command (#271)
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).

This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"`

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
2024-01-20 16:55:49 +08:00
YangQi
6f572ba5f3
feat: optional edit area location (#267) 2024-01-09 19:43:31 +08:00
yanglbme
5767e384fb docs: update user list 2023-12-18 10:56:06 +08:00
thinkasany
e4dceb6325
ci: add conditional restrictions (#264) 2023-12-15 20:32:18 +08:00
thinkasany
c2e5bec81e
ci: cli release (#261) 2023-12-07 11:44:52 +08:00
xw
5dec24f819
chore: upgrade md-cli to v0.0.6 (#257)
* fix: Update the command line parameter passing method

* chore: Upgrade mockm

* chore: Only use mockm with md-cli

* chore: Update the version number of md-cli

* feat: Optimize process management

* fix: Optimize space paths
2023-12-06 18:46:27 +08:00
dependabot[bot]
0af8054e9f
build(deps): bump axios from 0.27.2 to 1.6.0 (#255)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-11 18:17:05 +08:00
YangQi
0fba96465a
fix: render katex (#253) 2023-11-08 08:49:41 +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
brzhang Group
806c4c086d
feat: support keyboard shortcuts on Mac (#248)
Co-authored-by: hoollyzhang <hoollyzhang@tencent.com>
2023-10-31 19:04:16 +08:00
dependabot[bot]
aed86de910
build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 (#244)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:16:08 -05:00
dependabot[bot]
708679efe1
build(deps): bump crypto-js from 4.1.1 to 4.2.0 (#245)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:12:49 -05:00
dependabot[bot]
ff5dd2f1a1
build(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#246)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
2023-10-28 04:09:33 -05:00
YangFong
5215234020 fix: formatting error 2023-10-28 16:59:33 +08:00
YangQi
3f50e98aa3
fix: localStorage of formQiniu (#240) 2023-08-28 07:56:23 +08:00
YangFong
f7cdc8b9f9 fix: style of app 2023-08-27 17:25:00 +08:00
YangFong
2c9f31eeb0 chore: improve css import
- 公共样式放入顶层
- 合并 `<style>`
2023-08-26 19:20:03 +08:00
YangQi
8e2669788b
chore: migrate from Vuex to Pinia (#236) 2023-07-29 19:59:34 +08:00
YangQi
ae9f654d81
chore: remove vue-router (#235) 2023-07-29 17:00:48 +08:00
YangQi
6fde1c171a
chore: update dependencies (#234) 2023-07-29 16:36:10 +08:00
YangQi
5f544291e5
fix: locate the bug (#233)
* fix: locate the bug

* fix: update regular expression

* fix #196
2023-07-29 12:17:46 +08:00
YangQi
6847c50091
fix: unexpected token (#232) 2023-07-28 14:28:57 +08:00
Yang Libin
867771718e
docs: update user list (#227)
See discussion #5 for more details
2023-07-01 10:37:29 +08:00
dependabot[bot]
ada0c45a0c
build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 (#228)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 10:32:50 +08:00
dependabot[bot]
108d39042c
build(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 (#222)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yang Libin <szuyanglb@outlook.com>
2023-07-01 10:27:53 +08:00
dependabot[bot]
f683da8a83
build(deps): bump vm2 from 3.9.17 to 3.9.19 (#219)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.19.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.17...3.9.19)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 10:21:39 +08:00
RedCloud
f397d9184e
fix: not replace <pre> in list (#226) 2023-06-18 20:54:42 +08:00
dependabot[bot]
f6edf04dd6
build(deps): bump vm2 from 3.9.11 to 3.9.17 in /md-cli (#213)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.11 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.11...3.9.17)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 20:04:42 +08:00
dependabot[bot]
65e3366ddd
build(deps): bump ansi-regex (#212)
Bumps  and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together.

Updates `ansi-regex` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1)

Updates `ansi-regex` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 20:04:06 +08:00
Yang Libin
5c44562fe3
chore: upgrade actions version (#211) 2023-05-10 19:58:10 +08:00
Yang Libin
3a64245e8b
chore: upgrade node version (#210) 2023-05-10 17:54:48 +08:00
Yang Libin
b175b69b92
chore: upgrade node version (#209) 2023-05-10 17:23:23 +08:00