File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5257,28 +5257,28 @@ Page.PageUtils = class PageUtils extends Page.Base {
52575257 deps . events . forEach ( function ( id ) {
52585258 md += '- **' + self . getNiceEvent ( id , true ) + "**\n" ;
52595259 } ) ;
5260- md += "\n" ;
5260+ // md += "\n";
52615261 }
52625262 if ( deps . workflows . length ) {
52635263 // md += `\n#### Workflows:\n\n`;
52645264 deps . workflows . forEach ( function ( id ) {
52655265 md += '- **' + self . getNiceEvent ( id , true ) + "**\n" ;
52665266 } ) ;
5267- md += "\n" ;
5267+ // md += "\n";
52685268 }
52695269 if ( deps . categories . length ) {
52705270 // md += `\n#### Categories:\n\n`;
52715271 deps . categories . forEach ( function ( id ) {
52725272 md += '- **' + self . getNiceCategory ( id , true ) + "**\n" ;
52735273 } ) ;
5274- md += "\n" ;
5274+ // md += "\n";
52755275 }
52765276 if ( deps . groups . length ) {
52775277 // md += `\n#### Groups:\n\n`;
52785278 deps . groups . forEach ( function ( id ) {
52795279 md += '- **' + self . getNiceGroup ( id , true ) + "**\n" ;
52805280 } ) ;
5281- md += "\n" ;
5281+ // md += "\n";
52825282 }
52835283
52845284 return md ;
You can’t perform that action at this time.
0 commit comments