From 49b1b228bd2a5d468ac069d28425708fd1f38c8a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 7 Aug 2023 11:06:35 -0300 Subject: [PATCH] aider: Add script tag to load marked.min.js from CDN. # Aider chat conversation: USER: also load https://cdn.jsdelivr.net/npm/marked/marked.min.js ASSISTANT: To load the `marked.min.js` library from the CDN, we need to add a script tag in the `index.md` file. Here is the change: ```markdown share/index.md <<<<<<< ORIGINAL