0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix markdown code inside HTML code. (#26662)

This commit is contained in:
XhmikosR 2018-06-05 15:21:40 +03:00 committed by GitHub
parent 4f1bb98587
commit abf5ab7546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -827,7 +827,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>display</td>
<td>string</td>
<td>'dynamic'</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with <code>static</code>.</td>
</tr>
</tbody>
</table>

View File

@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>trigger</td>
<td>string</td>
<td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. `manual` cannot be combined with any other trigger.</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>offset</td>

View File

@ -1,7 +1,7 @@
---
layout: docs
title: Shadows
description: Add or remove shadows to elements with `box-shadow` utilities.
description: Add or remove shadows to elements with box-shadow utilities.
group: utilities
toc: false
---