Skip to content

Commit

Permalink
Fix markdown code inside HTML code.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 5, 2018
1 parent 4f1bb98 commit 4dcaa69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/4.1/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/utilities/shadows.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit 4dcaa69

Please sign in to comment.