Skip to content

Commit 044b26c

Browse files
committed
fix: Add blank line after heading in table_cell.md
Resolve MD058 linting rule violation by adding blank line between heading and table
1 parent 843df55 commit 044b26c

File tree

1 file changed

+2
-1
lines changed
  • website/i18n/ko/docusaurus-plugin-content-docs/current/widgets

1 file changed

+2
-1
lines changed

website/i18n/ko/docusaurus-plugin-content-docs/current/widgets/table_cell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
StacTableCell을 사용하면 JSON을 사용하여 Flutter TableCell 위젯을 정의할 수 있습니다.
33
Flutter의 TableCell 위젯에 대해 자세히 알아보려면 [공식 문서](https://api.flutter.dev/flutter/widgets/TableCell-class.html)를 참조하세요.
44

5-
## Properties
5+
## Properties
6+
67
| Property | Type | Description |
78
|-------------------|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
89
| verticalAlignment | `TableCellVerticalAlignment?` | 테이블 셀의 수직 정렬을 정의합니다. `top`, `middle`, `bottom`, `baseline`, `fill`, `intrinsicHeight`이 될 수 있습니다. 기본값은 `top`입니다. |

0 commit comments

Comments
 (0)