code
Copy to Clipboard Example
Click the "Copy" button in the top-right corner of the code block.
- //
- // Try this Code Highlighting Service
- // The service is absolutely free.
- //
- function onClick("Highlight", code) {
- return highlight(code)
- }
- //
- // Customize your settings and save the URL for later use.
- //
- function saveCode() {
- throw new Error("We don't save your code!");
- }
- //
- // If you want to help the author, just Buy Me a Coffee.
- //
- function helpAuthor() {
- return "https://www.buymeacoffee.com/antonshevchuk"
- }
body {
background-color: #f4f4f9;
color: #333;
}

No comments