Files
jekyll/docs
alexmalik 127704ad17 Replace backticks with HTML tags
Prior to the change backticks were used in an attempt to create a
code block. The problem is that inside block level HTML tags Markdown
is not supported. I have replaced the backticks with a combination of
HTML tags in order to approximately simulate the appearance of a code
block. The docs suggest possible use of span tags in place of the
surrounding div tags as a solution to getting the Markdown to render.
I tried this but no success.

This change improves the readers understanding of the information,
because the reader doesn't have to make sense of raw markdown.
2016-11-20 13:42:49 -06:00
..
2016-11-20 13:42:49 -06:00
2016-11-02 13:51:14 -07:00
2016-11-02 15:09:46 -07:00
2016-11-14 14:36:05 -08:00
2016-11-10 13:11:29 -08:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-02 13:51:14 -07:00
2016-11-14 14:36:05 -08:00
2016-11-02 13:51:14 -07:00

Jekyll docs site

This directory contains the code for the Jekyll docs site, jekyllrb.com.

Contributing

For information about contributing, see the Contributing page.

Running locally

You can preview your contributions before opening a pull request by running from within the directory:

  1. bundle install --without test test_legacy benchmark
  2. bundle exec rake site:preview

It's just a jekyll site, afterall! 😉