colorbutton: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 19:45:07 -05:00 committed by Emmanuele Bassi
parent 7ac7bb9543
commit 57c7d77cdf

View File

@ -58,11 +58,11 @@
* *
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" --> * ```
* colorbutton * colorbutton
* button.color * button.color
* [content] * [content]
*]| * ```
* *
* `GtkColorButton` has a single CSS node with name colorbutton which * `GtkColorButton` has a single CSS node with name colorbutton which
* contains a button node. To differentiate it from a plain `GtkButton`, * contains a button node. To differentiate it from a plain `GtkButton`,