2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix markdown code inside HTML code. (#26662)

This commit is contained in:
XhmikosR
2018-06-05 15:21:40 +03:00
committed by GitHub
parent 4f1bb98587
commit abf5ab7546
3 changed files with 3 additions and 3 deletions
+1 -1
View 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>