From 12832af98ea74591394f4bb8d3edfc1cc03bc530 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sun, 30 Jul 2017 20:32:25 +0200 Subject: [PATCH] docs: add missing backticks in History (#6255) Merge pull request 6255 --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 16f58a61..1d2be0f2 100644 --- a/History.markdown +++ b/History.markdown @@ -52,7 +52,7 @@ * add plugins for multiple page pagination (#6055) * Update minimum Ruby version in installation.md (#6164) * [docs] Add information about finding a collection in `site.collections` (#6165) - * Add {%raw%} to Liquid example on site (#6179) + * Add `{% raw %}` to Liquid example on site (#6179) * Added improved Pug plugin - removed 404 Jade plugin (#6174) * Linking the link (#6210) * Small correction in documentation for includes (#6193)