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
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 }}
gomarkdown
/
markdown
Public
Notifications
You must be signed in to change notification settings
Fork
195
Star
1.7k
Code
Issues
0
Pull requests
0
Actions
Security and quality
7
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: gomarkdown/markdown
Actions
All workflows
Workflows
Copilot code review
Copilot code review
Go
Go
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
56 workflow runs
56 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Harden parser against quadratic inputs
Go
#328:
Commit
94fc73f
pushed by
kjk
1m 4s
master
master
1m 4s
View workflow file
Avoid quadratic emphasis parsing with unmatched brackets
Go
#327:
Commit
06faf78
pushed by
kjk
1m 7s
master
master
1m 7s
View workflow file
Add an opt-in CommonMark flag for block quotes
Go
#326:
Commit
e177dec
pushed by
kjk
52s
master
master
52s
View workflow file
Resolve stale parser cleanup markers
Go
#325:
Commit
cc30ffa
pushed by
kjk
50s
master
master
50s
View workflow file
Decode named entities instead of escaping their ampersand
Go
#324:
Commit
ad2c8ed
pushed by
kjk
51s
master
master
51s
View workflow file
Remember where the next '>' and "-->" lie for '<' handling
Go
#323:
Commit
d262dc9
pushed by
kjk
51s
master
master
51s
View workflow file
Memoise the code-span closer search across inline retries
Go
#322:
Commit
0fffec9
pushed by
kjk
52s
master
master
52s
View workflow file
Add table goldens for code spans in cells
Go
#321:
Commit
afab853
pushed by
kjk
51s
master
master
51s
View workflow file
Skip code spans anywhere in a table cell, not just at its start
Go
#320:
Commit
f785043
pushed by
kjk
56s
master
master
56s
View workflow file
Skip code spans anywhere in a table cell, not just at its start
Go
#319:
Pull request
#364
opened by
youdie006
51s
youdie006:table-row-codespan
youdie006:table-row-codespan
51s
View #364
View workflow file
README: warn that Attributes extensions are unsafe for untrusted input
Go
#318:
Commit
add8e0b
pushed by
kjk
55s
master
master
55s
View workflow file
Keep block attributes on the paragraph that wraps an image
Go
#317:
Commit
d0b5ea0
pushed by
kjk
56s
master
master
56s
View workflow file
Try every configured comment marker when scanning for callouts
Go
#316:
Commit
16791ad
pushed by
kjk
50s
master
master
50s
View workflow file
Try every configured comment marker when scanning for callouts
Go
#315:
Pull request
#362
opened by
youdie006
6h 52m 14s
youdie006:callout-try-every-comment
youdie006:callout-try-every-comment
6h 52m 14s
View #362
View workflow file
Apply kramdown {: attrs} to the preceding block
Go
#314:
Commit
13c5cf4
pushed by
kjk
51s
master
master
51s
View workflow file
parser: move leftover helpers next to their callers
Go
#313:
Commit
406f14e
pushed by
kjk
53s
master
master
53s
View workflow file
Move link bracket matching onto one Inline()-scoped table
Go
#312:
Commit
113a3a2
pushed by
kjk
51s
master
master
51s
View workflow file
Proofread docs and comments
Go
#311:
Commit
eaebe1c
pushed by
kjk
58s
master
master
58s
View workflow file
Fix Windows testdata split by normalizing newlines and pinning LF
Go
#310:
Commit
a799576
pushed by
kjk
54s
master
master
54s
View workflow file
parser: fix index-out-of-range panic in tableRow on whitespace-only cell
Go
#309:
Commit
6d1f24f
pushed by
kjk
59s
master
master
59s
View workflow file
Escape heading IDs and fenced-code info in HTML attrs (GHSA-gc99-qr5c…
Go
#306:
Commit
8435af3
pushed by
kjk
49s
master
master
49s
View workflow file
Fix Includes panic when directive is at EOF
Go
#305:
Commit
8f94351
pushed by
kjk
57s
master
master
57s
View workflow file
Fix IsSafeURL panic on short URLs (GHSA-cv23-7vc5-jfh7)
Go
#304:
Commit
61af6e1
pushed by
kjk
1m 0s
master
master
1m 0s
View workflow file
Extract shared heading-parsing helpers in parser
Go
#303:
Commit
e08cff8
pushed by
kjk
57s
master
master
57s
View workflow file
Improve large document parse and render speed
Go
#302:
Commit
4ebefe1
pushed by
kjk
58s
master
master
58s
View workflow file
Previous
1
2
3
Next
You can’t perform that action at this time.