Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-06-05 15:21:40 +0300
committerGitHub <noreply@github.com>2018-06-05 15:21:40 +0300
commitabf5ab7546bca42d68f4a4fee54c0c74821e6fbe (patch)
tree7ffa65327969b7f7496d32d47a990356d738d6cf /docs
parent4f1bb98587411d6db16783ea116ff6d5d8f8fa49 (diff)
Fix markdown code inside HTML code. (#26662)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/dropdowns.md2
-rw-r--r--docs/4.1/components/popovers.md2
-rw-r--r--docs/4.1/utilities/shadows.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md
index 191cae9f6e..7b2be36fe4 100644
--- a/docs/4.1/components/dropdowns.md
+++ b/docs/4.1/components/dropdowns.md
@@ -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>
diff --git a/docs/4.1/components/popovers.md b/docs/4.1/components/popovers.md
index f781c7162f..8745093067 100644
--- a/docs/4.1/components/popovers.md
+++ b/docs/4.1/components/popovers.md
@@ -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>
diff --git a/docs/4.1/utilities/shadows.md b/docs/4.1/utilities/shadows.md
index 54409b5edf..5e8f5a8901 100644
--- a/docs/4.1/utilities/shadows.md
+++ b/docs/4.1/utilities/shadows.md
@@ -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
---