1. 22 Oct, 2020 3 commits
  2. 20 Oct, 2020 4 commits
  3. 19 Oct, 2020 20 commits
  4. 15 Oct, 2020 1 commit
  5. 14 Oct, 2020 1 commit
  6. 13 Oct, 2020 8 commits
  7. 12 Oct, 2020 1 commit
    • XhmikosR's avatar
      Improve callout shortcode. (#31802) · 5c692538
      XhmikosR authored
      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 %}}
      5c692538
  8. 07 Oct, 2020 1 commit
  9. 06 Oct, 2020 1 commit