Skip to content

Commit 9b8fe0b

Browse files
committed
Wonder if VIM has a markdown preview...
1 parent ec8bd45 commit 9b8fe0b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,14 @@ In case you want to escape HTML charaters in title and message
9696
Optionally enable a close button
9797
```js
9898
toastr.options.closeButton = true;
99+
````
99100

100101
Optionally override the close button's HTML.
102+
101103
```js
102104
toastr.options.closeHtml = '<button><i class="icon-off"></i></button>';
103105
```
104106
105-
toastr.options.closeButton = true;
106-
107-
Optionally override the close button's HTML.
108-
109-
toastr.options.closeHtml = '<button><i class="icon-off"></i></button>';
110-
111107
You can also override the CSS/LESS for `#toast-container .toast-close-button`
112108
113109
Optionally override the hide animation when the close button is clicked (falls back to hide configuration).
@@ -162,9 +158,6 @@ Rather than having identical toasts stack, set the preventDuplicates property to
162158
toastr.options.preventDuplicates = true;
163159
```
164160
165-
toastr.options.preventDuplicates = true;
166-
167-
168161
###Timeouts
169162
Control how toastr interacts with users by setting timeouts appropriately. Timeouts can be disabled by setting them to 0.
170163
```js

0 commit comments

Comments
 (0)