paned: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 20:03:28 -05:00 committed by Emmanuele Bassi
parent 47c1b50eba
commit ca51d6dfd9

View File

@ -76,12 +76,12 @@
* *
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" --> * ```
* paned * paned
* <child> * <child>
* separator[.wide] * separator[.wide]
* <child> * <child>
* ]| * ```
* *
* `GtkPaned` has a main CSS node with name paned, and a subnode for * `GtkPaned` has a main CSS node with name paned, and a subnode for
* the separator with name separator. The subnode gets a .wide style * the separator with name separator. The subnode gets a .wide style