-
- Downloads
Replace highlight.js with rouge-fork rugments
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.
parent
377ae460
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/assets/images/dark-scheme-preview.png 0 additions, 0 deletionsapp/assets/images/dark-scheme-preview.png
- app/assets/images/monokai-scheme-preview.png 0 additions, 0 deletionsapp/assets/images/monokai-scheme-preview.png
- app/assets/images/solarized-dark-scheme-preview.png 0 additions, 0 deletionsapp/assets/images/solarized-dark-scheme-preview.png
- app/assets/images/solarized-light-scheme-preview.png 0 additions, 0 deletionsapp/assets/images/solarized-light-scheme-preview.png
- app/assets/images/white-scheme-preview.png 0 additions, 0 deletionsapp/assets/images/white-scheme-preview.png
- app/assets/javascripts/application.js.coffee 0 additions, 1 deletionapp/assets/javascripts/application.js.coffee
- app/assets/javascripts/dispatcher.js.coffee 0 additions, 8 deletionsapp/assets/javascripts/dispatcher.js.coffee
- app/assets/javascripts/notes.js.coffee 0 additions, 7 deletionsapp/assets/javascripts/notes.js.coffee
- app/assets/stylesheets/application.scss 0 additions, 1 deletionapp/assets/stylesheets/application.scss
- app/assets/stylesheets/generic/highlight.scss 17 additions, 16 deletionsapp/assets/stylesheets/generic/highlight.scss
- app/assets/stylesheets/highlight/dark.scss 80 additions, 196 deletionsapp/assets/stylesheets/highlight/dark.scss
- app/assets/stylesheets/highlight/monokai.scss 76 additions, 156 deletionsapp/assets/stylesheets/highlight/monokai.scss
- app/assets/stylesheets/highlight/solarized_dark.scss 90 additions, 114 deletionsapp/assets/stylesheets/highlight/solarized_dark.scss
- app/assets/stylesheets/highlight/solarized_light.scss 101 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_light.scss
- app/assets/stylesheets/highlight/white.scss 75 additions, 193 deletionsapp/assets/stylesheets/highlight/white.scss
- app/assets/stylesheets/main/mixins.scss 10 additions, 1 deletionapp/assets/stylesheets/main/mixins.scss
- app/assets/stylesheets/sections/tree.scss 5 additions, 0 deletionsapp/assets/stylesheets/sections/tree.scss
- app/helpers/application_helper.rb 3 additions, 16 deletionsapp/helpers/application_helper.rb
Loading
| Loading
| @@ -265,3 +265,4 @@ end |
gem "newrelic_rpm" | ||
gem 'octokit', '3.7.0' | ||
gem "rugments" |

| W: | H:
| W: | H:



| W: | H:
| W: | H:



| W: | H:
| W: | H:


4.63 KiB

| W: | H:
| W: | H:

