From 7a60c669402fccc51f0c1c964b6c2a3d89f2e050 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:47:32 -0500 Subject: [PATCH] headerbar: Use markdown for css tree --- gtk/gtkheaderbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index 547013f343..dfc1b70d99 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -87,7 +87,7 @@ * * # CSS nodes * - * |[ + * ``` * headerbar * ╰── windowhandle * ╰── box @@ -98,7 +98,7 @@ * ╰── box.end * ├── [other children] * ╰── windowcontrols.end - * ]| + * ``` * * A `GtkHeaderBar`'s CSS node is called `headerbar`. It contains a `windowhandle` * subnode, which contains a `box` subnode, which contains two `box` subnodes at