Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-12 | Added support for rendering markdown. | Jon Bergli Heier | 1 | -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-12 | Updated templates to use HTML5 instead of XHTML. | Jon Bergli Heier | 3 | -10/+8 | |
2010-01-28 | Implemented dynamic highlighting of lines. | Jon Bergli Heier | 1 | -0/+1 | |
This currently only works when opening URLs with an anchor. | |||||
2010-01-27 | Replaced "Plain text" with pygments' "Text only". | Jon Bergli Heier | 2 | -0/+6 | |
This will correctly add the layout formatting including line numbers. Added Paste.message and templates.message for error messages. | |||||
2010-01-26 | Set default syntax from settings.py. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-26 | Optionally store nick using HTTP cookies. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-25 | Remove list from templates. | Jon Bergli Heier | 1 | -1/+0 | |
2010-01-25 | Initial commit. | Jon Bergli Heier | 4 | -0/+75 | |