折腾了一下午,一直卡在redcarpet内调用pygments,不能渲染高亮
以为自己哪里搞错了
换了rouge就好了。
希望同学不要浪费时间在这个坑 (详细步骤)[http://crabonature.pl/posts/17-syntax-highlighting-in-ruby-on-rails]
以为自己哪里搞错了
换了rouge就好了。
希望同学不要浪费时间在这个坑 (详细步骤)[http://crabonature.pl/posts/17-syntax-highlighting-in-ruby-on-rails]
2015-10-09
在未登录状态, 打开评论页面确实会报错 <img src=<%= current_user.avatar %> alt="" class="image-circle">
2015-09-04
按照笔记里面最后的css部分
textarea {
border: none;
height: 230px;
margin-top: -20px;
}
添加后添加评论的框会出现错误。。我改到margin-top: -10px;就可以了。。。
textarea {
border: none;
height: 230px;
margin-top: -20px;
}
添加后添加评论的框会出现错误。。我改到margin-top: -10px;就可以了。。。
2015-07-22