You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the closing {{</ image-gallery />}} at bottom is rendered just as {{}} in studio
Edit the page title in studio and save it
Expected Behavior
Shortcodes should not change
Actual Behavior
Closing {{</ image-gallery />}} tag is converted to {{}}.
Related Issues
This is the "legacy shortcode" (shortocdes that only exist in legacy content) issue which Alice fixed in #1013. The code in that PR expected closing shortcodes to have the / right before the name. I.e.
// legacy shortcode fix expected
{{< /image-gallery >}}
// whereas we actually have
{{</ image-gallery >}}
Hugo seems to tolerate both, although the hugo documentation uses the first form.
Scope
Affects 322 pages across 75 courses. Editing those pages is probably pretty rare?
(All the other closing shortcodes we have, e.g., {{< /anchor >}} use the {{< /... form.)
The text was updated successfully, but these errors were encountered:
@pdpinch I've been waiting till things get released to close stuff, but maybe that's just confusing. I just verified the commit on RC, so I'll close it.
Steps to Reproduce
View page "Drawing up plans for the completed models" in studio RC:
Note the closing
{{</ image-gallery />}}
at bottom is rendered just as{{}}
in studioEdit the page title in studio and save it
Expected Behavior
Shortcodes should not change
Actual Behavior
Closing
{{</ image-gallery />}}
tag is converted to{{}}
.Related Issues
This is the "legacy shortcode" (shortocdes that only exist in legacy content) issue which Alice fixed in #1013. The code in that PR expected closing shortcodes to have the
/
right before the name. I.e.Hugo seems to tolerate both, although the hugo documentation uses the first form.
Scope
Affects 322 pages across 75 courses. Editing those pages is probably pretty rare?
(All the other closing shortcodes we have, e.g.,
{{< /anchor >}}
use the{{< /...
form.)The text was updated successfully, but these errors were encountered: