mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +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.
954 B
954 B
Shared aider chat transcript
A user has shared the following transcript of a pair programming chat session created using aider.