From 33f611a596b51df7dfaed0b8f9f63d236896e87a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:04:56 -0500 Subject: [PATCH] scale: Use markdown for css tree --- gtk/gtkscale.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index a05ccccad1..cd8c41b382 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -74,7 +74,7 @@ * * # CSS nodes * - * |[ + * ``` * scale[.fine-tune][.marks-before][.marks-after] * ├── [value][.top][.right][.bottom][.left] * ├── marks.top @@ -93,7 +93,7 @@ * ├── [fill] * ├── [highlight] * ╰── slider - * ]| + * ``` * * `GtkScale` has a main CSS node with name scale and a subnode for its contents, * with subnodes named trough and slider. @@ -127,7 +127,7 @@ * * # Accessibility * - * `GtkScale` uses the #GTK_ACCESSIBLE_ROLE_SLIDER role. + * `GtkScale` uses the %GTK_ACCESSIBLE_ROLE_SLIDER role. */