From 29f2e5f84eaa534e0086fa0404dfe8a713e8bc63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:06:39 -0500 Subject: [PATCH] switch: Use markdown for css tree --- gtk/gtkswitch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index f2d3b92aa8..1c5916edd0 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -38,12 +38,12 @@ * * # CSS nodes * - * |[ + * ``` * switch * ├── label * ├── label * ╰── slider - * ]| + * ``` * * `GtkSwitch` has four css nodes, the main node with the name switch and * subnodes for the slider and the on and off labels. Neither of them is @@ -51,7 +51,7 @@ * * # Accessibility * - * `GtkSwitch` uses the #GTK_ACCESSIBLE_ROLE_SWITCH role. + * `GtkSwitch` uses the %GTK_ACCESSIBLE_ROLE_SWITCH role. */ #include "config.h"