mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
aider: Added front matter to select the chat-transcript layout.
# Context: USER: add front matter to the markdown to select the chat-transcript layout ASSISTANT: To add front matter to the `examples/css-exercises.md` file and select the `chat-transcript` layout, you can add the following lines at the beginning of the file: ```markdown examples/css-exercises.md <<<<<<< ORIGINAL ======= --- layout: chat-transcript --- >>>>>>> UPDATED ``` This change will apply the `chat-transcript` layout to the `examples/css-exercises.md` file.
This commit is contained in:
parent
a2db386689
commit
39ca91547d
1 changed files with 3 additions and 0 deletions
|
@ -80,3 +80,6 @@ These changes add the bounce animation to the dropdown menu by creating a new ke
|
|||
I'm glad the changes worked for you! If you have any more requests or need assistance with other parts of the code, feel free to ask. I'm here to help!
|
||||
|
||||
> ^C again to quit
|
||||
---
|
||||
layout: chat-transcript
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue