From a94801e47dcec99e86edc157d9b63ab778b6e78a Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 18:51:13 -0400 Subject: More --- _posts/2016-10-16-welcome-to-jekyll.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts') diff --git a/_posts/2016-10-16-welcome-to-jekyll.markdown b/_posts/2016-10-16-welcome-to-jekyll.markdown index 4544109..ee2810b 100644 --- a/_posts/2016-10-16-welcome-to-jekyll.markdown +++ b/_posts/2016-10-16-welcome-to-jekyll.markdown @@ -11,13 +11,13 @@ To add new posts, simply add a file in the `_posts` directory that follows the c Jekyll also offers powerful support for code snippets: -{% highlight ruby %} +```ruby def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') #=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} +``` Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. -- cgit v1.2.3