Fix [relations] add uuid to header to get unique parent node

pull/943/head
niclas 2024-03-07 09:47:43 +01:00
parent c2cfffc593
commit 9ee41f0f14
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def galaxy_transform_to_link(galaxy):
def generate_relations_table(cluster):
relationships = cluster.relationships
markdown = f"# {cluster.value} \n\n"
markdown = f"# {cluster.value} ({cluster.uuid}) \n\n"
markdown += f"{cluster.description} \n\n"
markdown += "|Cluster A | Galaxy A | Cluster B | Galaxy B | Level { .graph } |\n"
markdown += "| --- | --- | --- | --- | --- |\n"