From f513ff3d7343b7ef935edcda847ebeec93cb0f93 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 15:15:06 -0700 Subject: [PATCH] fix example class in plugin --- docs/_plugins/highlight_alt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_plugins/highlight_alt.rb b/docs/_plugins/highlight_alt.rb index 9d1b414bb7..5b877ee364 100644 --- a/docs/_plugins/highlight_alt.rb +++ b/docs/_plugins/highlight_alt.rb @@ -55,7 +55,7 @@ eos end def example(output) - "
\n#{output}\n
" + "
\n#{output}\n
" end def render_rouge(code) -- 2.47.2