diff --git a/docs/_docs/pagination.md b/docs/_docs/pagination.md index 41a3a8a2..1735ee64 100644 --- a/docs/_docs/pagination.md +++ b/docs/_docs/pagination.md @@ -14,7 +14,7 @@ your `_config.yml` under `plugins`. For Jekyll 2, this is standard.
- Pagination does not work from within Markdown or Textile files from
+ Pagination does not work from within Markdown files from
your Jekyll site. Pagination works when called from within the HTML
file, named index.html
, which optionally may reside in and
produce pagination from within a subdirectory, via the
diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md
index 6735d6e0..6a069f29 100644
--- a/docs/_docs/structure.md
+++ b/docs/_docs/structure.md
@@ -5,7 +5,8 @@ permalink: /docs/structure/
Jekyll is, at its core, a text transformation engine. The concept behind the
system is this: you give it text written in your favorite markup language, be
-that Markdown, Textile, or just plain HTML, and it churns that through a layout
+that Markdown, [Textile](https://github.com/jekyll/jekyll-textile-converter)
+, or just plain HTML, and it churns that through a layout
or a series of layout files. Throughout that process you can tweak how you want
the site URLs to look, what data gets displayed in the layout, and more. This
is all done through editing text files; the static web site is the final
@@ -185,7 +186,7 @@ An overview of what each of these does:
index.html
or index.md
and other HTML,
- Markdown, Textile files
diff --git a/docs/_docs/upgrading/2-to-3.md b/docs/_docs/upgrading/2-to-3.md index c12a1a91..bafda35f 100644 --- a/docs/_docs/upgrading/2-to-3.md +++ b/docs/_docs/upgrading/2-to-3.md @@ -44,6 +44,10 @@ For `site.collections.myCollection` in Jekyll 2, you now do: This is a bit cumbersome at first, but is easier than a big `for` loop. +### Textile support + +We dropped native support for Textile, from now on you have to install our [jekyll-textile-converter](https://github.com/jekyll/jekyll-textile-converter) plugin to work with Textile files. + ### Dropped dependencies We dropped a number of dependencies the Core Team felt were optional. As such, in 3.0, they must be explicitly installed and included if you use any of the features. They are: diff --git a/docs/index.html b/docs/index.html index 082e02d8..a3377478 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@ overview: true
Markdown (or Textile), Liquid, HTML & CSS go in. Static sites come out ready for deployment.
+Markdown, Liquid, HTML & CSS go in. Static sites come out ready for deployment.
Jekyll template guide →