From dde23379c8d58eeceebd5d166f6eaa21a6f2c95a Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sat, 2 May 2015 15:04:50 -0700 Subject: [PATCH] Updated 'pages/formatting/adding_tooltips.md' via CloudCannon --- pages/formatting/adding_tooltips.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/pages/formatting/adding_tooltips.md b/pages/formatting/adding_tooltips.md index 3d9ebcc..4202664 100644 --- a/pages/formatting/adding_tooltips.md +++ b/pages/formatting/adding_tooltips.md @@ -1,19 +1,21 @@ ---- -title: Adding tooltips -permalink: /adding_tooltips/ ---- +* * * -You can add tooltips to your content. Because this theme is built on Bootstrap, you can simply use a specific attribute on an element to insert a tooltip. +title: Adding tooltips + +## permalink: /adding_tooltips/ + +You can add tooltips to your content. Because this theme is built on Bootstrap, you can simply use a specific attribute on an element to insert a tooltip.  test... Suppose you have a glossary.yml file inside your _data folder. You could pull in that glossary definition like this: -{% raw %} -```html -Jekyll is my favorite tool for building websites. + + +``` +Jekyll is my favorite tool for building websites. ``` -{% endraw %} -This renders to the following: + -Jekyll is my favorite tool for building websites. +This renders to the following: +Jekyll is my favorite tool for building websites. \ No newline at end of file