未验证 提交 c6c5f444 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

update

上级 e882385f
#### 粗体
用两个 `*``_` 包起来的话,则会被转成 <strong>,例如:
用两个 `*``_` 包起来的话,则会被转成粗体 `<strong>`,例如:
```
**这里是粗体内容1**
......
** 以下 Markdown 代码片段中的哪一项将产生此文本: **
*Hello, **world**!*
** 以下 Markdown 代码片段中的哪一项将产生此文本: *Hello, __world__!* **
( ) `*Hello, *world*!*` {{回答错误}}
( ) `**Hello, *world*!**` {{回答错误}}
......
*** 如何将“文本”两字设为斜体?(多选)**
*** 如何将“文本”两字设为斜体?(多选) **
(x) `*文本*` {{正确}}
( ) `**文本**` {{回答错误}}
......
......@@ -72,7 +72,7 @@ step5:
events: ['close_issue']
action:
- type: create_issue
title: "Markdown 标题"
title: "Markdown 链接"
with: 004_1_link_basic.md
store:
chapter_4_issue: '{{result.data.html_url}}'
......
......@@ -76,7 +76,7 @@ step5:
description: "添加链接"
transitions:
- events: ['note_events']
left: '/!?\[.+\]\(.+\)'
left: '!?\[.+\]\([a-zA-z]+://[^\s]*\)'
operator: regexp
right: '{{object_attributes.note}}'
action:
......
......@@ -60,7 +60,7 @@ step4:
description: "添加图片"
transitions:
- events: ['note_events']
left: '/!\[.+\]\(.+\)'
left: '!\[.+\]\(.+\)'
operator: regexp
right: '{{object_attributes.note}}'
action:
......@@ -91,8 +91,8 @@ step6:
events: ['close_issue']
action:
- type: create_issue
title: "Markdown 图片"
with: 006_1_image_basic.md
title: "Markdown 列表"
with: 006_1_list_basic.md
store:
chapter_6_issue: '{{result.data.html_url}}'
- type: issue_comment.created
......
......@@ -88,7 +88,7 @@ step6:
# description: "创建一个无序列表"
transitions:
- events: ['note_events']
left: '/(?:\*|-|\+)\s.+'
left: '(?:\*|-|\+)\s.+'
operator: regexp
right: '{{object_attributes.note}}'
action:
......@@ -117,7 +117,7 @@ step8:
# description: "创建一个有序列表"
transitions:
- events: ['note_events']
left: '/(?:\d\.)\s.+'
left: '(?:\d\.)\s.+'
operator: regexp
right: '{{object_attributes.note}}'
action:
......@@ -146,7 +146,7 @@ step9:
# description: "创建一个任务列表"
transitions:
- events: ['note_events']
left: '/(-|\*)\s+\[[x|X|\s]\]\s+.+'
left: '(-|\*)\s+\[[x|X|\s]\]\s+.+'
operator: regexp
right: '{{object_attributes.note}}'
action:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册