From 71fab1105274d3771c4c7ee15af5d94d9825427a Mon Sep 17 00:00:00 2001 From: jasonquick Date: Fri, 24 Feb 2017 12:40:30 -0500 Subject: [PATCH] Remove redundant closing anchor tag --- pages/mydoc/mydoc_adding_tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mydoc/mydoc_adding_tooltips.md b/pages/mydoc/mydoc_adding_tooltips.md index 5b35e28..52a673c 100644 --- a/pages/mydoc/mydoc_adding_tooltips.md +++ b/pages/mydoc/mydoc_adding_tooltips.md @@ -16,7 +16,7 @@ Suppose you have a glossary.yml file inside your \_data folder. You could pull i {% raw %} ```html -Jekyll is my favorite tool for building websites. +Jekyll is my favorite tool for building websites. ``` {% endraw %}