| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-31 | Use `path.Join` when joining paths | XhmikosR | 1 | -1/+1 | |
| 2021-08-31 | example: remove unneeded escape characters | XhmikosR | 1 | -1/+1 | |
| 2021-08-31 | Minor shortcode tweaks and consistency changes | XhmikosR | 7 | -33/+37 | |
| 2021-08-31 | Tweak scss-docs shortcode | XhmikosR | 1 | -18/+28 | |
| 2021-07-28 | Use a streamlined way to trigger component dismiss (#34170) | GeoSot | 1 | -0/+15 | |
| * use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-02-03 | Tweak scss-docs shortcode | XhmikosR | 1 | -1/+1 | |
| Should work now with indented start/end capture statements | |||||
| 2020-11-13 | example.html: remove extra whitespace (#32143) | XhmikosR | 1 | -1/+1 | |
| If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute: ```html {{< example >}} {{< placeholder width="64" height="64" >}} {{< /example >}} ``` ```html <img src="..." alt="..."> ``` | |||||
| 2020-10-22 | Update bs-table shortcode (#31803) | XhmikosR | 1 | -7/+5 | |
| 2020-10-13 | Revert "Improve callout shortcode. (#31802)" (#31871) | XhmikosR | 1 | -1/+1 | |
| This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36. | |||||
| 2020-10-12 | Improve callout shortcode. (#31802) | XhmikosR | 1 | -1/+1 | |
| 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-09-04 | docs(placeholder): drop role=img and use aria-hidden for decorative SVG ↵ | Gaël Poupard | 1 | -1/+1 | |
| placeholders (#31575) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-03 | shortcodes/example.html: allow specifying the highlighting language | XhmikosR | 1 | -1/+2 | |
| 2020-05-07 | Add a param shortcode to work around the escaped characters in hashes | Regis Philibert | 1 | -0/+12 | |
| 2020-04-26 | Create a new table shortcode so we can easily add Bootstrap table classes to ↵ | Mark Otto | 1 | -0/+11 | |
| Markdown tables | |||||
| 2020-04-24 | Prevent nested tables style leaks | Martijn Cuppens | 1 | -0/+30 | |
| 2020-04-06 | Create `scss-docs` shortcode to get some snippets from the Scs… (#30502) | Martijn Cuppens | 1 | -0/+33 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-02-06 | docs(SVG placeholder): add focusable=false to placeholder SVGs (#30075) | Gaël Poupard | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-11-04 | Tighten regex a bit. | XhmikosR | 1 | -2/+2 | |
| If we need to make this more robust in the future, we can revert this as needed. | |||||
| 2019-11-04 | example.html: use double quotes | XhmikosR | 1 | -3/+3 | |
| 2019-11-04 | Example shortcode: use a regex and simplify logic. | Christopher Morrissey | 1 | -32/+3 | |
| 2019-09-06 | Move shortcodes used only once where they are needed. | XhmikosR | 2 | -39/+0 | |
| 2019-09-02 | Docs: simplify a few Hugo `range`s. (#29333) | XhmikosR | 1 | -1/+1 | |
| 2019-08-31 | Fix shortcodes/example.html class bug. (#29344) | XhmikosR | 1 | -8/+9 | |
| It always used the first placeholder's class before. | |||||
| 2019-08-04 | docs: Fix badges after #28458. (#29199) | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | Fix bugify. | Bjørn Erik Pedersen | 1 | -40/+0 | |
| 2019-03-13 | Add a docsref shortcode. | XhmikosR | 1 | -0/+1 | |
| This allows for the build to fail if a reference isn't found. | |||||
| 2019-03-13 | Switch to Hugo. | XhmikosR | 9 | -0/+179 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
