fix example class in plugin
This commit is contained in:
parent
5c0b459eb5
commit
f513ff3d73
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ eos
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
def render_rouge(code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue