chore: Fix WordPress migration artifacts in blog content#3250
Open
pReya wants to merge 1 commit into
Open
Conversation
MTRNord
reviewed
Mar 6, 2026
|
|
||
| Please come talk to us in person in Startup Alley (next to the Brazilian Pavilion) if you're attending Disrupt and find out all about Matrix first hand! | ||
|
|
||
| <a href="http://matrix.org/blog/wp-content/uploads/2014/09/6am.jpg"><img class="aligncenter size-large wp-image-138" src="http://matrix.org/blog/wp-content/uploads/2014/09/6am-1024x768.jpg" alt="6am Hackathon..." width="625" height="468" /></a> |
Member
There was a problem hiding this comment.
Some general nit: the other classes are also non existent. Why didnt they get removed?
also how about using the figure shortcode instead like in https://github.com/matrix-org/matrix.org/blob/main/CONTENT.md#adding-pictures-in-your-post ?
also wondering about how feasible it would be to use the zola relative link syntax instead https://www.getzola.org/documentation/content/linking/#internal-links or at least regular relative links instead of having https://matrix.org hardcoded as this technially also breaks the cloudflare previews. Though not sure how relevant that in reality is for the old posts.
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.
Description
Clean up leftover WordPress artifacts from the blog content migration. No content changes — purely markup/URL cleanup.
WordPress shortcodes (2 files)
Unused CSS classes (108 files)
Stray
<br>tags (17 files)tags that were carried over from WordPress's visual editor output
Absolute wp-content URLs (27 files)
DISCLAIMER: These changes were created with the help of an LLM (Claude Sonnet). However I still reviewed them manually and I am creating this PR manually.
I might add other/more of these cleanup PRs – there's a lot more to do, but I don't want these PRs to grow too big so they can't be reviewed anymore.