Syntax highlighting support
This commit is contained in:
@@ -4,6 +4,7 @@ html
|
||||
title Pastemaster
|
||||
link rel="stylesheet" href="/normalize.css?v2.1.2"
|
||||
link rel="stylesheet" href="/assets/pastemaster.css?r1"
|
||||
link rel="stylesheet" href="/pygments_solarized_modified.css?r1"
|
||||
body
|
||||
h1
|
||||
strong Paste
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
form#pasteform action="/" method="post" accept-charset="UTF-8"
|
||||
textarea#contents name="contents"
|
||||
input#submitbtn type="submit" value="Save"
|
||||
a#submitlnk href="" role="submit" Save
|
||||
a#submitlnk href="#" role="submit" Save
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
pre= @paste.contents
|
||||
== @paste.html
|
||||
|
||||
Reference in New Issue
Block a user