File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88PLATFORM_EMOJI = {
99 'aplite' : ':pebble-orange:' ,
1010 'basalt' : ':pebble-time-red:' ,
11- 'chalk' : 'pebble-time-round-14-rainbow' ,
12- 'diorite' : 'pebble-2-aqua' ,
13- 'emery' : 'core-time-2-red' ,
14- 'flint' : 'core-2-duo-black'
11+ 'chalk' : ': pebble-time-round-14-rainbow: ' ,
12+ 'diorite' : ': pebble-2-aqua: ' ,
13+ 'emery' : ': core-time-2-red: ' ,
14+ 'flint' : ': core-2-duo-black: '
1515}
1616
1717if config ['DISCOURSE_API_KEY' ] is None :
@@ -72,7 +72,7 @@ def screenshot_section(app):
7272 screenshots = asset_collections [platform ].screenshots
7373 output += f"### { PLATFORM_EMOJI [platform ]} { platform .title ()} screenshots:\n \n "
7474 if index != 0 :
75- output += ' [details="Expand"]'
75+ output += " [details=\ " Expand\" ] \n "
7676 output += f"|{ '' .join (['|' for screenshot in screenshots ])} \n "
7777 output += f"|{ '' .join (['-|' for screenshot in screenshots ])} \n "
7878 screenshot_section = '' .join ([f"} )|" for s_index , screenshot in enumerate (screenshots )])
You can’t perform that action at this time.
0 commit comments