Commit f513ff3d authored by Mark Otto's avatar Mark Otto
Browse files

fix example class in plugin

parent 5c0b459e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -55,7 +55,7 @@ eos ...@@ -55,7 +55,7 @@ eos
end end
def example(output) def example(output)
"<div class=\"bs-example\" data-example-id=\"#{@options[:id]}\">\n#{output}\n</div>" "<div class=\"bd-example\" data-example-id=\"#{@options[:id]}\">\n#{output}\n</div>"
end end
def render_rouge(code) def render_rouge(code)
......
Supports Markdown
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