Skip to content

Commit abf5ab7

Browse files
authored
Fix markdown code inside HTML code. (#26662)
1 parent 4f1bb98 commit abf5ab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/4.1/components/dropdowns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
827827
<td>display</td>
828828
<td>string</td>
829829
<td>'dynamic'</td>
830-
<td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
830+
<td>By default, we use Popper.js for dynamic positioning. Disable this with <code>static</code>.</td>
831831
</tr>
832832
</tbody>
833833
</table>

docs/4.1/components/popovers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
226226
<td>trigger</td>
227227
<td>string</td>
228228
<td>'click'</td>
229-
<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>
229+
<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>
230230
</tr>
231231
<tr>
232232
<td>offset</td>

docs/4.1/utilities/shadows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
33
title: Shadows
4-
description: Add or remove shadows to elements with `box-shadow` utilities.
4+
description: Add or remove shadows to elements with box-shadow utilities.
55
group: utilities
66
toc: false
77
---

0 commit comments

Comments
 (0)