Skip to content

Commit

Permalink
Coderay zum Synxtax-Highlighting als Dep von Kramdown
Browse files Browse the repository at this point in the history
Fehler in der CSS korrigiert
  • Loading branch information
commel committed Feb 28, 2015
1 parent babea27 commit bd13559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ gem 'bcrypt', '~> 3.1.7'
gem 'breadcrumbs_on_rails'
gem 'formtastic', '~> 3.0'

gem 'kramdown'
gem 'kramdown' # markdown
gem 'coderay' # syntax highlighting

gem 'friendly_id', '~> 5.0.0'
gem 'draper'
Expand Down
1 change: 1 addition & 0 deletions vendor/assets/stylesheets/markitup/skin/style.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@
/***************************************************************************************/
.markdown .markItUpEditor {
background-image: url('<%= asset_path("markitup/skins/markitup/bg-editor-markdown.png") %>');
}

0 comments on commit bd13559

Please sign in to comment.