Commit dffdb0d0 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Use highlight helper to render badges code syntax

parent 58d63a66
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
.row .row
.col-md-2.text-center .col-md-2.text-center
Markdown Markdown
.col-md-10 .col-md-10.code.js-syntax-highlight
= markdown("```markdown\n#{@badge.to_markdown}\n```") = highlight('.md', @badge.to_markdown)
.row .row
%hr %hr
.row .row
.col-md-2.text-center .col-md-2.text-center
HTML HTML
.col-md-10 .col-md-10.code.js-syntax-highlight
= markdown("```html\n#{@badge.to_html}\n```") = highlight('.html', @badge.to_html)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment