Skip to content

Instantly share code, notes, and snippets.

@robertpostill
Created July 7, 2015 08:05
Show Gist options
  • Save robertpostill/5fba52608eb22cccd804 to your computer and use it in GitHub Desktop.
Save robertpostill/5fba52608eb22cccd804 to your computer and use it in GitHub Desktop.
org mode quoting jekyll code snippet
#+BEGIN_HTML
{% highlight ruby %}
def show
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
{% endhighlight %}
#+END_HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment