mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
![]() # 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 <script> window.onload = function() { ======= <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <script> window.onload = function() { >>>>>>> UPDATED ``` This change adds a new script tag before the existing script tag. The new script tag loads the `marked.min.js` library from the CDN. The existing script tag remains unchanged. |
||
---|---|---|
.. | ||
index.md |