Skip to content

Commit

Permalink
поправлены кастомные стили для ячеек
Browse files Browse the repository at this point in the history
  • Loading branch information
parinovK committed Nov 1, 2024
1 parent c79b088 commit 96b9d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ru/syntax/tables/multiline.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,30 +216,30 @@

```markdown
#|
|| **Заголовок1** {width=800px} | **Заголовок2** ||
|| **Заголовок1** {width=400px} | **Заголовок2** ||
|| Текст | Текст ||
|#
```

**Результат**

#|
|| **Заголовок1** {style="width:800px"} | **Заголовок2** ||
|| **Заголовок1** {style="width: 400px"} | **Заголовок2** ||
|| Текст | Текст ||
|#

Для установки пользовательской высоты ячейки используйте синтаксис атрибутов `{height=200px}`, где `200` — значение в пикселях.

```markdown
#|
|| **Заголовок1** {height=200px} | **Заголовок2** ||
|| **Заголовок1** {height=100px} | **Заголовок2** ||
|| Текст | Текст ||
|#
```

**Результат**

#|
|| **Заголовок1** {style="height:200px"} | **Заголовок2** ||
|| **Заголовок1** {style="height:100px"} | **Заголовок2** ||
|| Текст | Текст ||
|#

0 comments on commit 96b9d0a

Please sign in to comment.