From 7e7c81c5d2c184dca5d6d82fb45970e5d9c38d9c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:05:44 -0500 Subject: [PATCH] searchbar: Use markdown for css tree --- gtk/gtksearchbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 7c0a429798..5de0c00f01 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -73,13 +73,13 @@ * * # CSS nodes * - * |[ + * ``` * searchbar * ╰── revealer * ╰── box * ├── [child] * ╰── [button.close] - * ]| + * ``` * * `GtkSearchBar` has a main CSS node with name searchbar. It has a child * node with name revealer that contains a node with name box. The box node