table of content
This commit is contained in:
@ -39,7 +39,7 @@ for category in tag_dict:
|
||||
toAppend = toAppend + '# ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n <ul>'
|
||||
for snippet in tag_dict[category]:
|
||||
toAppend += f'<li>{snippet}</li>\n'
|
||||
toAppend += '</ul>\n'
|
||||
toAppend += '</ul>\n\n'
|
||||
toAppend += '<hr></hr> \n'
|
||||
for category in tag_dict:
|
||||
toAppend = toAppend + '## ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n'
|
||||
|
||||
Reference in New Issue
Block a user