popovermenubar: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 20:04:19 -05:00 committed by Emmanuele Bassi
parent b093900e48
commit b4ad1fa44f

View File

@ -31,13 +31,13 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* ```
* menubar
* item[.active]
* popover
* item
* popover
* ]|
* ```
*
* `GtkPopoverMenuBar` has a single CSS node with name menubar, below which
* each item has its CSS node, and below that the corresponding popover.