diff --git a/lib/rust_playground_highlight.rb b/lib/rust_playground_highlight.rb index c18dc8e..7d9512f 100644 --- a/lib/rust_playground_highlight.rb +++ b/lib/rust_playground_highlight.rb @@ -10,7 +10,7 @@ def add_code_tag(code) def render(context) #calls render on Liquid::Block, which returns the content of the block self.raw = self.method(:render).super_method.super_method.call(context).to_s.strip - self.gist_id = options_hash[:playground_id] + self.gist_id = options_hash[:gist_id] super end