mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-12 19:32:27 +00:00
tools/generated_README: use h2 instead of h3 (## vs ###)
This commit is contained in:
parent
0a74fd9c6c
commit
66cdfbb40f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ source_button_url = 'https://github.com/jerone/UserScripts/blob/master/_resource
|
|||
source_base_url = 'https://github.com/murdos/musicbrainz-userscripts/blob/master'
|
||||
|
||||
for item in items:
|
||||
print('### <a name="%s"></a> %s' % (item['shortname'], item['header']['name'][0]))
|
||||
print('## <a name="%s"></a> %s' % (item['shortname'], item['header']['name'][0]))
|
||||
print()
|
||||
if (item['header']['description']):
|
||||
print(item['header']['description'][0])
|
||||
|
|
Loading…
Reference in a new issue