Skip to content

Commit

Permalink
[docs] Fix accidental markdown strikethrough (#3493)
Browse files Browse the repository at this point in the history
- Incorrectly showed up as strikethrough text on https://blueprintjs.com/docs/#core/components/popover
  • Loading branch information
aMoniker authored and adidahiya committed Apr 22, 2019
1 parent 71c4cf7 commit a865199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/popover/popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

2 comments on commit a865199

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[docs] Fix accidental markdown strikethrough (#3493)

Previews: documentation | landing | table

@andion
Copy link

@andion andion commented on a865199 May 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was reticent of using popper.js because of the strikethrough until I saw this 😂

Please sign in to comment.