Commit ef98066
committed
Address CI lint failures by adding shortcode
Shortcode is apparently necessary because raw HTML tags are not allowed
- and that fixes the line length violation too.
The double commenting in the shortcode of '<!-- {#' is necessary to
ensure that the comment is syntax-highlighted nicely and that Tera does
not try to interpret the example snippet as a macro invocation.1 parent ab2ae56 commit ef98066
File tree
2 files changed
+15
-3
lines changed- content/news/052
- templates/shortcodes
2 files changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments