summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_blob.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Replaced hidden div for textarea off-the screenPhil Hughes2016-03-101-1/+1
| | | | Element with the content being copied cant be hidden so instead i\'ve moved it off the screen
* Fixes issue with markdown snippet not being copyablePhil Hughes2016-03-101-0/+2
| | | | | | On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied Closes #13882
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-2/+1
|
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-5/+1
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-1/+1
| | | | | | | | | | I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
* Refactor snippets viewsDmitriy Zaporozhets2014-06-141-0/+14
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>