Created
July 7, 2015 08:05
-
-
Save robertpostill/5fba52608eb22cccd804 to your computer and use it in GitHub Desktop.
org mode quoting jekyll code snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+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