Skip to content
Snippets Groups Projects
Commit 88a3cfe1 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'rs-fix-rouge-inline-theme' into 'master'

Fix the `inline_theme` option for the Rouge formatter



See merge request !1083
parents 326b827c fa5efea7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,7 @@ module Rouge
@lineanchors = lineanchors
@lineanchorsid = lineanchorsid
@anchorlinenos = anchorlinenos
@inline_theme = Theme.find(@inline_theme).new if @inline_theme.is_a?(String)
@inline_theme = Theme.find(inline_theme).new if inline_theme.is_a?(String)
end
 
def render(tokens)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment