| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-06-03 | shortcodes/example.html: allow specifying the highlighting language | XhmikosR | 1 | -1/+2 | |
| 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-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-03-13 | Switch to Hugo. | XhmikosR | 1 | -0/+53 | |
| No more Ruby dependency and most important more than 10 times less build time (at least on Windows)! | |||||
