We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33dba49 + 09b72a9 commit 3e35209Copy full SHA for 3e35209
1 file changed
lib/jekyll_github_sample/code_tag.rb
@@ -21,7 +21,7 @@ def render(context)
21
if @line_start.respond_to?(:match) and tag_match = @line_start.match(/^tag:(.*)/)
22
lines = extract_tagged_lines(all_lines, tag_match[1])
23
else
24
- @line_start, @line_ends = determine_line_numbers(@line_start, @line_end)
+ @line_start, @line_end = determine_line_numbers(@line_start, @line_end)
25
lines = all_lines[@line_start..@line_end]
26
end
27
lines = remove_common_indentation(lines)
0 commit comments