Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
mikepenz
/
multiplatform-markdown-renderer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
80
Star
1k
Code
Issues
10
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jun 29, 2026
Merge pull request #595 from mikepenz/renovate/gradle-wrapper
Show description for ee7e3bf
mikepenz
authored
ee7e3bf
Copy full SHA for ee7e3bf
chore(deps): update gradle to v9.6.0
renovate-mike[bot]
authored
5c7053c
Copy full SHA for 5c7053c
Merge pull request #596 from mikepenz/renovate/actions-checkout-7.x
Show description for 932ee10
mikepenz
authored
932ee10
Copy full SHA for 932ee10
chore(deps): update actions/checkout action to v7
renovate-mike[bot]
authored
0442dee
Copy full SHA for 0442dee
Commits on Jun 28, 2026
chore(deps): update github actions updates (#594)
Show description for 4e139ff
renovate-mike[bot]
authored
4e139ff
Copy full SHA for 4e139ff
Commits on Jun 22, 2026
- [release] v0.43.0
mikepenz
committed
a88af38
Copy full SHA for a88af38
Merge pull request #591 from mvanhorn/feat/587-synchronous-parse-markdown
Show description for 9344324
mikepenz
authored
9344324
Copy full SHA for 9344324
feat: add synchronous parseMarkdown returning a parsed State
Show description for b01f9e8
mvanhorn
committed
b01f9e8
Copy full SHA for b01f9e8
Merge pull request #590 from mikepenz/renovate/coil
Show description for 0ff76bd
mikepenz
authored
0ff76bd
Copy full SHA for 0ff76bd
Merge pull request #588 from mikepenz/renovate/mcr.microsoft.com-devcontainers-java-3-21
Show description for a4e851f
mikepenz
authored
a4e851f
Copy full SHA for a4e851f
Commits on Jun 21, 2026
fix(deps): update coil to v3.5.0
renovate-mike[bot]
authored
5f437ce
Copy full SHA for 5f437ce
chore(deps): update mcr.microsoft.com/devcontainers/java:3-21 docker digest to 53e4659
renovate-mike[bot]
authored
e037fc5
Copy full SHA for e037fc5
chore(deps): update gradle/actions action to v6.2.0 (#589)
Show description for 80c554d
renovate-mike[bot]
authored
80c554d
Copy full SHA for 80c554d
Commits on Jun 20, 2026
- [release] v0.42.0
mikepenz
committed
a872e24
Copy full SHA for a872e24
Merge pull request #585 from mikepenz/chore/convention-0.17.3
Show description for cc70239
mikepenz
authored
cc70239
Copy full SHA for cc70239
chore(deps): update com.mikepenz:version-catalog 0.17.1 -> 0.17.3
Show description for 10dda69
mikepenz
committed
10dda69
Copy full SHA for 10dda69
Commits on Jun 16, 2026
- [release] v0.42.0-b02
mikepenz
committed
afd492a
Copy full SHA for afd492a
Merge pull request #582 from mikepenz/fix/textunit-em-resilience
Show description for 2656440
mikepenz
authored
2656440
Copy full SHA for 2656440
fix: resolve TextUnit to px without crashing on em/unspecified units
Show description for 8fa0142
mikepenz
committed
8fa0142
Copy full SHA for 8fa0142
chore(deps): update github actions updates (#580)
Show description for dffb20a
renovate-mike[bot]
authored
dffb20a
Copy full SHA for dffb20a
Merge pull request #578 from zxbmmmmmmmmm/fix/inline-code
Show description for c3309fe
mikepenz
authored
c3309fe
Copy full SHA for c3309fe
Commits on Jun 10, 2026
fix: do not directly specify inlineCode font size
zxbmmmmmmmmm
committed
7a775e9
Copy full SHA for 7a775e9
Commits on Jun 7, 2026
- [release] v0.42.0-b01
mikepenz
committed
a7d1c20
Copy full SHA for a7d1c20
Merge pull request #570 from bpappin/feature/569_TalkBack_skips_paragraphs_with_links
Show description for c7457b1
mikepenz
authored
c7457b1
Copy full SHA for c7457b1
test(a11y): replace inline-link a11y test with merge-flag assertion
Show description for 8d0e72d
mikepenz
committed
8d0e72d
Copy full SHA for 8d0e72d
- Resolve PR review comments by passing the caller-provided modifier to the outer `Box` container of text segments with links, and passing `Modifier` to the internal `textSegment`.
Show description for 0117081
bpappin
authored and
mikepenz
committed
0117081
Copy full SHA for 0117081
#569 fixed talkBack skipping paragraphs with link by marking them merged.
bpappin
authored and
mikepenz
committed
270f1d8
Copy full SHA for 270f1d8
Merge pull request #564 from MizzleDK/fix/as-markdown-state-improvements
Show description for 061bb9e
mikepenz
authored
061bb9e
Copy full SHA for 061bb9e
chore: reverse deprecation, as this API can be beneficial for other cases than the streaming API
mikepenz
committed
86de436
Copy full SHA for 86de436
fix: make Flow<String>.asMarkdownState() emit Loading deterministically
Show description for ad9a4de
mikepenz
committed
ad9a4de
Copy full SHA for ad9a4de
feat(sample): surface Flow and Recomposition demos as tabs
Show description for 0ee4998
mikepenz
committed
0ee4998
Copy full SHA for 0ee4998
Merge pull request #576 from mikepenz/chore/update-version-catalog-0.17.1
Show description for 3be0387
mikepenz
authored
3be0387
Copy full SHA for 3be0387
Add unit tests
MizzleDK
authored and
mikepenz
committed
bc41309
Copy full SHA for bc41309
Improvements to Flow<String>.asMarkdownState()
MizzleDK
authored and
mikepenz
committed
931b71d
Copy full SHA for 931b71d
fix(sample): reset default tab to index 0
mikepenz
committed
9cc12f0
Copy full SHA for 9cc12f0
Previous
Next
You can’t perform that action at this time.