# Examples ## CODE Block Get code from an external file or URL and insert it in your markdown. #### Get code from external file ``` ``` #### Get code from remote file ``` ``` ## JSON to HTML table Get JSON contents from an external file and convert it into HTML table. Then insert it in your markdown. ``` ``` ## Github Workflow Artifacts table Get the list of latest artifacts generated from a workflow run. Generates a workflow artifacts table consists of artifacts download and workflow url in a HTML table and insert's it in your markdown file. ``` ```