aboutsummaryrefslogtreecommitdiff
path: root/docs/4.1/components
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-06-05 15:21:40 +0300
committerGitHub <[email protected]>2018-06-05 15:21:40 +0300
commitabf5ab7546bca42d68f4a4fee54c0c74821e6fbe (patch)
tree7ffa65327969b7f7496d32d47a990356d738d6cf /docs/4.1/components
parent4f1bb98587411d6db16783ea116ff6d5d8f8fa49 (diff)
downloadbootstrap-abf5ab7546bca42d68f4a4fee54c0c74821e6fbe.tar.xz
bootstrap-abf5ab7546bca42d68f4a4fee54c0c74821e6fbe.zip
Fix markdown code inside HTML code. (#26662)
Diffstat (limited to 'docs/4.1/components')
-rw-r--r--docs/4.1/components/dropdowns.md2
-rw-r--r--docs/4.1/components/popovers.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md
index 191cae9f6..7b2be36fe 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 f781c7162..874509306 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>