Project 404

📚 Public Pastes

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

📄 syntaxer.php

🕒 1 month ago 👤 dasho
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

📄 readme.md

🕒 1 month ago 👤 dasho

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