From 5eaccaaa7e7e8b1334de267f51493218faf242f0 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Mon, 24 Jun 2024 22:11:30 -0400 Subject: [PATCH] Fix JSON block --- indra/assemblers/html/assembler.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/indra/assemblers/html/assembler.py b/indra/assemblers/html/assembler.py index 5b37bb247b..d30de890ae 100644 --- a/indra/assemblers/html/assembler.py +++ b/indra/assemblers/html/assembler.py @@ -194,7 +194,10 @@ class HtmlAssembler(object): the default ones present in indra/resources/source_info.json The structure of the input must conform to: - { + .. code-block:: json + + { + "source_key": { "name": "Source Name", "link": "", @@ -206,7 +209,7 @@ class HtmlAssembler(object): } }, ... - } + } Where and must be color names or color codes allowed in an html document per the CSS3 specification: