calendar: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 19:44:13 -05:00 committed by Emmanuele Bassi
parent ee62d19115
commit 15aa7de547

View File

@ -53,7 +53,7 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* ```
* calendar.view
* header
* button
@ -64,7 +64,7 @@
* button
* grid
* label[.day-name][.week-number][.day-number][.other-month][.today]
* ]|
* ```
*
* `GtkCalendar` has a main node with name calendar. It contains a subnode
* called header containing the widgets for switching between years and months.