mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Use Jekyll's markdownify filter instead of a custom plugin (#25319)
This commit is contained in:
@@ -39,7 +39,7 @@ Curious which components explicitly require jQuery, our JS, and Popper.js? Click
|
||||
|
||||
<details>
|
||||
<summary class="text-primary mb-3">Show components requiring JavaScript</summary>
|
||||
{% markdown %}
|
||||
{% capture markdown %}
|
||||
- Alerts for dismissing
|
||||
- Buttons for toggling states and checkbox/radio functionality
|
||||
- Carousel for all slide behaviors, controls, and indicators
|
||||
@@ -49,7 +49,8 @@ Curious which components explicitly require jQuery, our JS, and Popper.js? Click
|
||||
- Navbar for extending our Collapse plugin to implement responsive behavior
|
||||
- Tooltips and popovers for displaying and positioning (also requires [Popper.js](https://popper.js.org/))
|
||||
- Scrollspy for scroll behavior and navigation updates
|
||||
{% endmarkdown %}
|
||||
{% endcapture %}
|
||||
{{ markdown | markdownify }}
|
||||
</details>
|
||||
|
||||
## Starter template
|
||||
|
||||
Reference in New Issue
Block a user