feat: Add code download functionality
Adds a new "Download Code" button to the code block component, allowing users to download the code displayed for offline use. This feature enhances user convenience and provides a more versatile experience for exploring and utilizing code snippets.
This commit is contained in:
@@ -101,5 +101,6 @@
|
||||
"translate": "Oversett",
|
||||
"custom": "Egendefinert"
|
||||
},
|
||||
"citations": "Sitater"
|
||||
"citations": "Sitater",
|
||||
"downloadCode": "Last ned kode"
|
||||
}
|
||||
Reference in New Issue
Block a user