0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00
Bootstrap/site/content/docs/5.0/utilities
XhmikosR 5c6925385e
Improve callout shortcode. (#31802)
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown.

This allows for stuff like:

{{% callout info %}}
##### I'm an info callout!

```css
.foo {
  color: #fff;
}
```

{{< example >}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
  <strong>Holy guacamole!</strong> You should check in on some of those fields below.
  <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button>
</div>
{{< /example >}}
{{% /callout %}}
2020-10-12 09:06:06 +03:00
..
api.md Added opacity-75 and opacity-50 classes 2020-08-03 10:54:03 -07:00
borders.md Add border width utility (#31484) 2020-09-09 11:28:52 +03:00
colors.md Improve callout shortcode. (#31802) 2020-10-12 09:06:06 +03:00
display.md Remove 'both' as its no longer just 2 breakpoints (now that XXL is there) 2020-08-17 16:59:12 -07:00
flex.md Add space-evenly option for justify-content (#30910) 2020-05-30 15:19:10 +02:00
float.md Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
interactions.md Improve callout shortcode. (#31802) 2020-10-12 09:06:06 +03:00
overflow.md Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
position.md Extra position utilities (#31280) 2020-09-20 19:42:41 -07:00
shadows.md Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
sizing.md Bump version to 5.0.0-alpha1 (#29925) 2020-05-13 22:36:00 +03:00
spacing.md Fix some easy Markdown linting issues 2020-05-18 16:28:22 +03:00
text.md Improve callout shortcode. (#31802) 2020-10-12 09:06:06 +03:00
vertical-align.md Docs: Fix vertical align link 2020-09-16 22:09:42 -07:00
visibility.md Improve callout shortcode. (#31802) 2020-10-12 09:06:06 +03:00