Commit f513ff3d authored by Mark Otto's avatar Mark Otto

fix example class in plugin

parent 5c0b459e
...@@ -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)
......
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