Sha256: 0be51b1d1a969690412d3b67b84ad9a4bab965fff10a1bede2d1c16840513c74

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 KB

Contents

---
layout: docs
title: Extras
permalink: /docs/extras/
---

There are a number of (optional) extra features that Jekyll supports that you
may want to install, depending on how you plan to use Jekyll.

## Math Support

Kramdown comes with optional support for LaTeX to PNG rendering via [MathJax](http://www.mathjax.org/) within math blocks. See the Kramdown documentation on [math blocks](http://kramdown.gettalong.org/syntax.html#math-blocks) and [math support](http://kramdown.gettalong.org/converter/html.html#math-support) for more details. MathJax requires you to include JavaScript or CSS to render the LaTeX, e.g.

{% highlight html %}
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
{% endhighlight %}

For more information about getting started, check out [this excellent blog post](http://gastonsanchez.com/opinion/2014/02/16/Mathjax-with-jekyll/).

## Alternative Markdown Processors

See the Markdown section on the [configuration page](/docs/configuration/#markdown-options) for instructions on how to use and configure alternative Markdown processors, as well as how to create [custom processors](/docs/configuration/#custom-markdown-processors).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-docs-3.1.6 site/_docs/extras.md
jekyll-docs-3.1.5 site/_docs/extras.md
jekyll-docs-3.1.4 site/_docs/extras.md
jekyll-docs-3.1.3 site/_docs/extras.md
jekyll-docs-3.1.2 site/_docs/extras.md