aboutsummaryrefslogtreecommitdiff
path: root/_posts/2016-10-16-welcome-to-jekyll.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2016-10-16-welcome-to-jekyll.markdown')
-rw-r--r--_posts/2016-10-16-welcome-to-jekyll.markdown4
1 files changed, 2 insertions, 2 deletions
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].