mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: update code-in-json.md post with improved styling for code blocks
This commit is contained in:
parent
0a2d75b966
commit
a47a5c9179
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
backgroundColor: format === 'Markdown' ? 'rgba(54, 162, 235, 0.8)' :
|
||||
format.startsWith('Tool call') ? 'rgba(255, 99, 132, 0.8)' :
|
||||
'rgba(75, 192, 192, 0.8)',
|
||||
borderColor: format === 'Tool call (strict)' ? 'rgba(255, 255, 255, 0.8)' : null,
|
||||
borderWidth: format === 'Tool call (strict)' ? 2 : 0,
|
||||
borderDash: format === 'Tool call (strict)' ? [5, 5] : null,
|
||||
}));
|
||||
|
||||
var data = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue