diff --git a/pages/formatting/adding_tooltips.md b/pages/formatting/adding_tooltips.md index 45a47a1..46de208 100644 --- a/pages/formatting/adding_tooltips.md +++ b/pages/formatting/adding_tooltips.md @@ -1,4 +1,3 @@ ---- title: Adding tooltips permalink: /adding_tooltips/ tags: [] @@ -8,18 +7,22 @@ last_updated: summary: --- {% include linkrefs.html %} +======= -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. +## 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