Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WordPress
/
ai
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
306
Code
Issues
50
Pull requests
39
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Markdown feeds experiment
- #855
#855
Open
dkotter
wants to merge 10 commits into
WordPress:develop
WordPress/ai:develop
from
dkotter:feature/markdown-feeds
dkotter/ai:feature/markdown-feeds
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Markdown feeds experiment
#855
dkotter
wants to merge 10 commits into
WordPress:develop
WordPress/ai:develop
from
dkotter:feature/markdown-feeds
dkotter/ai:feature/markdown-feeds
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2026
Bring in the HTML to MD package into our custom Vendor directory. Add our own namespace to avoid conflicts and document how to update in the future
dkotter
committed
357c72f
View commit details
Copy full SHA for 357c72f
Browse repository at this point
Add a wrapper around the vendored HTML to MD package that we can use
dkotter
committed
7727670
View commit details
Copy full SHA for 7727670
Browse repository at this point
Add a renderer class used to convert a single item into markdown
dkotter
committed
f9689ae
View commit details
Copy full SHA for f9689ae
Browse repository at this point
Add a feed renderer class that can be used to convert feeds into markdown
dkotter
committed
c9d391b
View commit details
Copy full SHA for c9d391b
Browse repository at this point
Add the experiment registration class and proper hooks needed to render markdown at the right times
dkotter
committed
bdd61ed
View commit details
Copy full SHA for bdd61ed
Browse repository at this point
Commits on Jul 10, 2026
Register our experiment. Ensure feeds have the correct content type. Ensure our Vary header doesn't overwrite any other heads that are set
dkotter
committed
c131335
View commit details
Copy full SHA for c131335
Browse repository at this point
Add documentation
dkotter
committed
0a8f528
View commit details
Copy full SHA for 0a8f528
Browse repository at this point
Filter out any empty sections. Reduce duplicate code in how we send headers. Don't add discovery link to password protected posts or non-public posts
dkotter
committed
485edd8
View commit details
Copy full SHA for 485edd8
Browse repository at this point
Merge branch 'develop' into feature/markdown-feeds
dkotter
committed
6dbe8c6
View commit details
Copy full SHA for 6dbe8c6
Browse repository at this point
Add E2E tests
dkotter
committed
2f2aa87
View commit details
Copy full SHA for 2f2aa87
Browse repository at this point
You can’t perform that action at this time.