@ -155,6 +155,9 @@ import * as Utils from './utilities';
// Add Table of Contents
markdown=tableOfContents+'\n\n'+markdown;
// Add GitHub Actions badge (Auto Update)
markdown=`\n\n`+markdown;
// Introduction
markdown=`This list includes all the usable Emoji icon shortcodes in GitHub Markdown. The list is automatically generated from [GitHub Emoji API](${config.GitHub_Emojis_List}) with the information from [Unicode Emoji data file](${config.Unicode_Emojis_Data}).\n\nThe first column is the emoji icon, second column is the shortcode for Markdown, third column is the name of the emoji from the Unicode data.\n\n*The emoji may be displayed in different result on various system*\n\n`+markdown;