Commit 50e888f
committed
Fix callout build error caused by escaped shortcode syntax in body
Hugo resolves escaped shortcode delimiters (e.g. {{</* */>}}) to
literal {{< >}} inside .InnerDeindent, which then causes markdownify
to fail with "shortcode has no name". Reword the callout text to avoid
embedded shortcode delimiter literals.1 parent 85ecb5a commit 50e888f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments