From e81aa97c9623b007d83d895310415b66e4e26bde Mon Sep 17 00:00:00 2001 From: James Greenleaf Date: Mon, 22 Apr 2019 13:42:15 -0400 Subject: [PATCH] Fix accidental markdown strikethrough - Incorrectly showed up as strikethrough text on https://blueprintjs.com/docs/#core/components/popover --- packages/core/src/components/popover/popover.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/components/popover/popover.md b/packages/core/src/components/popover/popover.md index b4050ef5fd7..bbda3775fb3 100644 --- a/packages/core/src/components/popover/popover.md +++ b/packages/core/src/components/popover/popover.md @@ -3,8 +3,8 @@ Popovers display floating content next to a target element. `Popover` is built on top of the [__Popper.js__](https://popper.js.org) library. -Popper.js is a small (~6kb) library that offers a powerful, customizable -positioning engine and operates at blazing speed (~60fps). +Popper.js is a small (`~6kb`) library that offers a powerful, customizable +positioning engine and operates at blazing speed (`~60fps`). @reactExample PopoverExample