From 39c7373e7e69d22c6b67f1e788f7a6e998f46bb6 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 9 Feb 2026 01:47:23 -0300 Subject: [PATCH] Simplify a quote example to not have a citation --- static/graph.toml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/static/graph.toml b/static/graph.toml index 26c50ea..fe3a3c7 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -379,14 +379,16 @@ Quote blocks have two forms. If you prepend all blocks with a `>`, line breaks w If you would like the quote to be collapsed into a single line instead, you can leave just the first `>` and continue until the next empty line: ` -> Dois grandes mitos dominam a história oficial do Brasil: - o mito da índole pacífica do brasileiro e o da "democracia racial". --- Benedita da Silva, Speech on the Federal Senate, March 3rd, 1995 +> And should I feel kindness towards my enemies? +No: from that moment I declared everlasting war against the species, +and more than all, against him who had formed me +and sent me forth to this insupportable misery. ` -> Dois grandes mitos dominam a história oficial do Brasil: - o mito da índole pacífica do brasileiro e o da "democracia racial". --- Benedita da Silva, Speech on the Federal Senate, March 3rd, 1995 +> And should I feel kindness towards my enemies? +No: from that moment I declared everlasting war against the species, +and more than all, against him who had formed me +and sent me forth to this insupportable misery. You can still use `<` characters to force line breaks in this case. @@ -426,7 +428,7 @@ If you have a more complex citation, you can use multiple lines starting with `- -- March 3rd, 1995, < -- Dia Internacional para a Eliminação da Discriminação Racial. -The first URL found in your citation will be used as the blockquote element's `cite` field. +The first URL found in your citation will be used as the blockquote element's `cite` value. ### Lists