Merge pull request #1254 from kAworu/master
make codeblock play nice with HAML
This commit is contained in:
commit
050c393a4e
@ -79,7 +79,7 @@ module Jekyll
|
||||
source = "<figure class='code'>"
|
||||
source += @caption if @caption
|
||||
if @filetype
|
||||
source += " #{highlight(code, @filetype)}</figure>"
|
||||
source += "#{highlight(code, @filetype)}</figure>"
|
||||
else
|
||||
source += "#{tableize_code(code.lstrip.rstrip.gsub(/</,'<'))}</figure>"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user