[gtk/ebassi/gidocgen: 296/478] label: Use markdown for css tree




commit 3d623511d466c8fe5d765dbdfd1cb3c278770b00
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 19:47:58 2021 -0500

    label: Use markdown for css tree

 gtk/gtklabel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index d87d02b969..1daf370fcb 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -68,13 +68,13 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * label
  * ├── [selection]
  * ├── [link]
  * ┊
  * ╰── [link]
- * ]|
+ * ```
  *
  * `GtkLabel` has a single CSS node with the name label. A wide variety
  * of style classes may be applied to labels, such as .title, .subtitle,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]