Syntax highlighting support

This commit is contained in:
Gregory Eremin
2013-07-10 19:02:19 +07:00
parent 0a455e2b3e
commit df03286266
8 changed files with 103 additions and 10 deletions
+1
View File
@@ -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
View File
@@ -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
View File
@@ -1 +1 @@
pre= @paste.contents
== @paste.html