mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2025-12-30 05:59:31 -06:00
bugfix: uneccesary render of subtoc
This commit is contained in:
@@ -236,7 +236,6 @@ function generateContentFile(obj, idx, tocData) {
|
||||
if (obj.links) md += renderLinks(obj.links);
|
||||
if (obj.related_commands) md += renderRelatedCommands(obj.related_commands);
|
||||
if (obj.output_example) md += renderOutputExample(obj.output_example);
|
||||
if (obj.subtoc) md += renderSubtoc(obj.subtoc);
|
||||
md += conciseMetaLine(obj.author, obj.last_updated, obj.tags);
|
||||
return md;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user