]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix markdown code inside HTML code. (#26662)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 5 Jun 2018 12:21:40 +0000 (15:21 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 12:21:40 +0000 (15:21 +0300)
docs/4.1/components/dropdowns.md
docs/4.1/components/popovers.md
docs/4.1/utilities/shadows.md

index 191cae9f6ed9ebd5593778e58e1bb69eed5828e3..7b2be36fe46df0fb841de5021ef2e9a59d24990c 100644 (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>
index f781c7162f994e9a3014f26c91fc41e8f606f11e..87450930679f3f99d2069fb3b67013f3c9e5bae7 100644 (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>
index 54409b5edfb7ef0dbe385589305438e705cc0e87..5e8f5a8901f7d8963bb1ad7dc1310ba11b55be34 100644 (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
 ---