From 389c895e7ac597a71ac3e3bf924166bcd4a4ee8d Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 06:48:58 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9977d93..c71f2bc 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ nav.share iframe {border:0; margin-top:0; padding-top:0;} /* if using medium siz If you use the default configuration options and styling above, the output should appear as: horizontal row of evenly aligned social media buttons. -###Turbolinks +### Turbolinks **Important:** If your project uses Rails 4 then it's very likely you should set the *turbolinks* option to **true**. Otherwise social buttons won't appear on pages loaded via Turbolinks (Turbolinks is default in Rails 4 unless explicitly disabled). This gem works with Turbolinks however the javascript library [jQuery](https://github.com/rails/jquery-rails) is required. Turbolinks support in Shareable is turned off by default. To enable Turbolinks support, first make sure your app includes jQuery then set configuration option *turbolinks* in your local 'shareable.rb' [configuration](https://github.com/hermango/shareable/blob/master/README.md#configuration) file to boolean **true**. The *turbolinks* option can also be passed as a hash value to the render_shareable method like this: