Skip to content

Commit

Permalink
Fix JSON block
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jun 25, 2024
1 parent 77b4167 commit 5eaccaa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions indra/assemblers/html/assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<url>",
Expand All @@ -206,7 +209,7 @@ class HtmlAssembler(object):
}
},
...
}
}
Where <text color> and <badge color> must be color names or color
codes allowed in an html document per the CSS3 specification:
Expand Down

0 comments on commit 5eaccaa

Please sign in to comment.