% language ||= "html" wrap ||= nil; %> <% code ||= capture do %><%= yield %><% end %> <% output = highlight(code, language, { strip: defined?(strip) ? strip : true, line_numbers: line_numbers ||= false, highlight_lines: highlight_lines ||= [], start_line: start_line ||= 0 }) %>
<%= output %>