Skip to content

Commit 4b1a408

Browse files
authored
fix(docs): 修复 markdown 无法正确编译注释 (#3158)
1 parent c6f48b2 commit 4b1a408

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/sites/sites-react/doc/docs/react/migrate-from-v2.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ If your project uses these components, please read the documentation carefully a
283283
- Added `height` attribute to control height
284284
- Added `duration` attribute to control animation duration
285285
- Added `size` attribute to select from built-in component heights
286+
286287
[//]: # '#### Steps'
287288
[//]: # '#### Step'
288289
[//]: # '#### Swiper'

src/sites/sites-react/doc/docs/react/migrate-from-v2.md

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ plugins: [
300300
- 新增 `height` 属性,控制高度
301301
- 新增 `duration` 属性,控制动画时长
302302
- 新增 `size` 属性,通过 `size` 属性可选择使用组件内置的高度
303+
303304
[//]: # '#### Steps'
304305
[//]: # '#### Step'
305306
[//]: # '#### Swiper'

src/sites/sites-react/doc/docs/taro/migrate-from-v2.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ If your project uses these components, please read the documentation carefully a
283283
- Added `height` attribute to control height
284284
- Added `duration` attribute to control animation duration
285285
- Added `size` attribute to select from built-in component heights
286+
286287
[//]: # '#### Steps'
287288
[//]: # '#### Step'
288289
[//]: # '#### Swiper'

src/sites/sites-react/doc/docs/taro/migrate-from-v2.md

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ plugins: [
299299
- 新增 `height` 属性,控制高度
300300
- 新增 `duration` 属性,控制动画时长
301301
- 新增 `size` 属性,通过 `size` 属性可选择使用组件内置的高度
302+
302303
[//]: # '#### Steps'
303304
[//]: # '#### Step'
304305
[//]: # '#### Swiper'

0 commit comments

Comments
 (0)