Breaking News

New Updates

code

Copy Code to Clipboard Example

Copy to Clipboard Example

Click the "Copy" button in the top-right corner of the code block.

  1. //
  2. // Try this Code Highlighting Service
  3. // The service is absolutely free.
  4. //
  5. function onClick("Highlight", code) {
  6. return highlight(code)
  7. }
  8. //
  9. // Customize your settings and save the URL for later use.
  10. //
  11. function saveCode() {
  12. throw new Error("We don't save your code!");
  13. }
  14. //
  15. // If you want to help the author, just Buy Me a Coffee.
  16. //
  17. function helpAuthor() {
  18. return "https://www.buymeacoffee.com/antonshevchuk"
  19. }
body {
    background-color: #f4f4f9;
    color: #333;
}

No comments