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
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
.
pulldown-cmark
/
pulldown-cmark
Public
Notifications
You must be signed in to change notification settings
Fork
300
Star
2.7k
Code
Issues
75
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pulldown-cmark
pulldown-cmark
src
on
subscript-bug
User selector
All users
All time
Commit history
Commits on Jul 28, 2026
Merge remote-tracking branch 'origin/master' into feature/add-cjk-friendly-emphasis-extension
3w36zj6
committed
59188d5
View commit details
Copy full SHA for 59188d5
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Fix subscript bug with strikethrough disabled and wrong pair
notriddle
committed
48b08b9
View commit details
Copy full SHA for 48b08b9
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
refactor: remove redundant CJK flanking branch
3w36zj6
committed
4b8942c
View commit details
Copy full SHA for 4b8942c
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
Move wikilink-overflow regression test into specs/regression.txt
Show description for 55c713b
teddytennant
committed
55c713b
View commit details
Copy full SHA for 55c713b
View code at this point
Browse repository at this point
Fix subtract-overflow panic in handle_wikilink on malformed input
teddytennant
committed
ebf31da
View commit details
Copy full SHA for ebf31da
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Code cleanups
notriddle
committed
4c0777a
View commit details
Copy full SHA for 4c0777a
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
refactor: derive CJK-friendly emphasis from parser options
3w36zj6
committed
86ab694
View commit details
Copy full SHA for 86ab694
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
refactor: reuse CJK flanking flag for delimiter opening
Show description for a54f81a
3w36zj6
and
tats-u
committed
a54f81a
View commit details
Copy full SHA for a54f81a
View code at this point
Browse repository at this point
fix: apply CJK-friendly flanking to strikethrough openers
3w36zj6
committed
5656601
View commit details
Copy full SHA for 5656601
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into feature/add-cjk-friendly-emphasis-extension
Show description for 67aed79
3w36zj6
committed
67aed79
View commit details
Copy full SHA for 67aed79
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Clean up unneeded extra code
Show description for 30ea580
notriddle
committed
30ea580
View commit details
Copy full SHA for 30ea580
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Guard against wikilinks that have empty display parts.
wesc
committed
65e5fd6
View commit details
Copy full SHA for 65e5fd6
View code at this point
Browse repository at this point
Commits on May 26, 2026
Move wikilink_pipe_no_duplicate_siblings test to wikilinks.txt.
wesc
committed
18f5389
View commit details
Copy full SHA for 18f5389
View code at this point
Browse repository at this point
Use hashbrown for wikilink test.
wesc
committed
85758ac
View commit details
Copy full SHA for 85758ac
View code at this point
Browse repository at this point
Fix: wikilink with pipe separator leaks child node's next chain into sibling content
wesc
committed
967d260
View commit details
Copy full SHA for 967d260
View code at this point
Browse repository at this point
Commits on May 25, 2026
Merge branch 'main' into backslash-link-ref
Martin1887
authored
e13b8c8
View commit details
Copy full SHA for e13b8c8
View code at this point
Browse repository at this point
Merge pull request #1092 from el-pendeloco/bugfix/refdefs-lifetimes
Show description for 911722e
Martin1887
authored
911722e
View commit details
Copy full SHA for 911722e
View code at this point
Browse repository at this point
Merge pull request #1091 from dtran24/fix/1056-scan-nextline-lone-cr
Show description for 57c8f44
Martin1887
authored
57c8f44
View commit details
Copy full SHA for 57c8f44
View code at this point
Browse repository at this point
Merge pull request #1090 from gorgonian/main
Show description for 66107ea
Martin1887
authored
66107ea
View commit details
Copy full SHA for 66107ea
View code at this point
Browse repository at this point
Commits on May 24, 2026
Require separation between title quotes and URL
notriddle
committed
6aa902d
View commit details
Copy full SHA for 6aa902d
View code at this point
Browse repository at this point
refactor: use `next_back` for previous character lookup
3w36zj6
committed
92aeb74
View commit details
Copy full SHA for 92aeb74
View code at this point
Browse repository at this point
perf: avoid extra flanking classification
3w36zj6
committed
845c9da
View commit details
Copy full SHA for 845c9da
View code at this point
Browse repository at this point
fix: apply CJK-friendly flanking to strikethrough
3w36zj6
committed
913c699
View commit details
Copy full SHA for 913c699
View code at this point
Browse repository at this point
perf: add fast path for non-CJK code points
Show description for 00b408b
3w36zj6
and
tats-u
committed
00b408b
View commit details
Copy full SHA for 00b408b
View code at this point
Browse repository at this point
refactor: simplify previous character lookup
Show description for c2de303
3w36zj6
and
tats-u
committed
c2de303
View commit details
Copy full SHA for c2de303
View code at this point
Browse repository at this point
Commits on May 22, 2026
Merge branch 'fix-1053'
mijowi
committed
5c30566
View commit details
Copy full SHA for 5c30566
View code at this point
Browse repository at this point
fix(formatting): run cargo fmt
mijowi
committed
b52c787
View commit details
Copy full SHA for b52c787
View code at this point
Browse repository at this point
Commits on May 21, 2026
math: do not allow closer followed by digit
Show description for 3d67fea
notriddle
committed
3d67fea
View commit details
Copy full SHA for 3d67fea
View code at this point
Browse repository at this point
Commits on May 20, 2026
Merge remote-tracking branch 'upstream/main'
mijowi
committed
a6079bc
View commit details
Copy full SHA for a6079bc
View code at this point
Browse repository at this point
Commits on May 17, 2026
perf: defer CJK emphasis lookbehind
3w36zj6
committed
daafe2b
View commit details
Copy full SHA for daafe2b
View code at this point
Browse repository at this point
Commits on May 16, 2026
Avoid skipping backslash-escaped link ref
notriddle
committed
7982eea
View commit details
Copy full SHA for 7982eea
View code at this point
Browse repository at this point
Commits on May 13, 2026
export LinkDef struct
Show description for 78f7834
el-pendeloco
committed
78f7834
View commit details
Copy full SHA for 78f7834
View code at this point
Browse repository at this point
Commits on May 9, 2026
fix: update the lifetime of returned RefDefs to match the input
Show description for 11aa4b3
el-pendeloco
committed
11aa4b3
View commit details
Copy full SHA for 11aa4b3
View code at this point
Browse repository at this point
Commits on May 7, 2026
Recognize lone CR as a line ending in scan_nextline
dtran24
committed
8e9ee37
View commit details
Copy full SHA for 8e9ee37
View code at this point
Browse repository at this point
feat: add ==highlight== inline extension behind ENABLE_HIGHLIGHT
mijowi
committed
c8960aa
View commit details
Copy full SHA for c8960aa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.