summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2017-03-12Added support for rendering markdown.Jon Bergli Heier1-0/+6
If a syntax name starts with 'Rendered ' (lazy fix, we'll come up with something better later) the paste will now be handled by the corresponding renderer. For now we only support markdown, but this can easily be extended to support other renderers as well.
2017-03-12Updated templates to use HTML5 instead of XHTML.Jon Bergli Heier3-10/+8
2010-01-28Implemented dynamic highlighting of lines.Jon Bergli Heier1-0/+1
This currently only works when opening URLs with an anchor.
2010-01-27Replaced "Plain text" with pygments' "Text only".Jon Bergli Heier2-0/+6
This will correctly add the layout formatting including line numbers. Added Paste.message and templates.message for error messages.
2010-01-26Set default syntax from settings.py.Jon Bergli Heier1-1/+1
2010-01-26Optionally store nick using HTTP cookies.Jon Bergli Heier1-1/+1
2010-01-25Remove list from templates.Jon Bergli Heier1-1/+0
2010-01-25Initial commit.Jon Bergli Heier4-0/+75