From b04e9fb87c8957b33d0a9807e53acfb9f1715bf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Oct 2016 15:35:52 -0700 Subject: [PATCH] separate out the custom html example --- docs/components/tooltips.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 0c8ec21555..b4b28377c7 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -103,6 +103,11 @@ Hover over the buttons below to see their tooltips. +{% endhighlight %} + +And with custom HTML added: + +{% highlight html %}