Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修改Blockquote hook完善CommonMark语法解析 #271

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

lcy-dextry
Copy link

236 通过修改Blockquote hook,完善Cherry Markdown语法解析,并增加通过12个单测用例

@lyngai lyngai changed the base branch from main to dev July 16, 2022 05:53
Copy link
Collaborator

@lyngai lyngai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要修改本地 git 配置,使用 LF 作为换行符 git config --global core.autocrlf true。并需要通过 yarn lint:fix 修复代码风格问题。

@sunsonliu sunsonliu added the Event/Tencent Rhino-bird Program 2024 Tencent Rhino-bird Opensource Training Program label Jul 16, 2022
@sunsonliu sunsonliu requested a review from jiawei686 July 16, 2022 08:20
@lcy-dextry lcy-dextry requested a review from lyngai July 28, 2022 03:02
@@ -2421,6 +2421,11 @@ async@^3.2.3:
resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==

async@^3.2.4:
version "3.2.4"
resolved "https://registry.npmmirror.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
Copy link
Collaborator

@lyngai lyngai Jul 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn.lock 文件中不能出现非官方源的锁。

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

问题还是存在,请使用 registry.npmjs.org 作为 npm 源。

@@ -2421,6 +2421,11 @@ async@^3.2.3:
resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==

async@^3.2.4:
version "3.2.4"
resolved "https://registry.npmmirror.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

问题还是存在,请使用 registry.npmjs.org 作为 npm 源。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Event/Tencent Rhino-bird Program 2024 Tencent Rhino-bird Opensource Training Program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants