📚 Public Pastes

Browse public pastes shared by the community. Click on any paste to view its contents.

Dasho

📄 syntaxer.php

👤 Dasho 🕒 9 months ago
This is the syntax highlighter for 404. This engine powers the highlighting that shows up on previews of code files, as well the pastes page. I'm quite proud of it, even if it is simple. I learned a l...
<?php

class SyntaxHighlighter {
    
    private static $languageMap = [
        'py' => 'python',
...
🏷️ php
Dasho

📄 readme.md

👤 Dasho 🕒 9 months ago

Test

code italics and bold oh and =highlight=

  • [ ] Check
  • [x] checked

>INFO> Info

Quote

Header 3

print("Hello World")
  • List
  • List 2

-- List 2

  • List 3
  1. One
  2. Two
  3. Three
# Test

`code` *italics* and **bold** oh and =highlight=

- [ ] Check
- [x] checked
...
🏷️ test