Conversation
…nverter transition
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nverter transition
Adds a fallback path in slides.js decorate() to handle transitional pages where the V2 converter previously emitted
a fragment block with an anchor
<a href="/en/slides/{id}">instead of a slides block with a bare ID.The root fix is in
exl-html-converter(separate PR) — the markdownit plugin now outputs the correct slides blockwith a bare ID.
This fallback protects against:
Pages already cached in CDN with the old fragment-style output that get re-decorated after a CDN miss
Any edge environment where the old converter output persists temporarily
Jira ID: UGP-14675
Test URLs:
Before: https://main--exlm--adobe-experience-league.aem.live
After: https://UGP-14675--exlm--adobe-experience-league.aem.live
After: https://UGP-14675--exlm--adobe-experience-league.aem.live/en/browse?martech=off
After: https://UGP-14675--exlm--adobe-experience-league.aem.live/en/browse/analytics?martech=off
After: https://UGP-14675--exlm--adobe-experience-league.aem.live/en/docs?martech=off
After: https://UGP-14675--exlm--adobe-experience-league.aem.live/en/docs/analytics-learn/tutorials/exporting/data-feeds/find-your-data-feed-id=off