diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
| commit | a94801e47dcec99e86edc157d9b63ab778b6e78a (patch) | |
| tree | b1b6cf1bf017f2898bb38cd0d3b28fcd04b8f570 /_posts | |
| parent | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (diff) | |
More
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2016-10-16-welcome-to-jekyll.markdown | 4 |
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]. |
