Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
JohannesKaufmann
/
html-to-markdown
Public
Notifications
You must be signed in to change notification settings
Fork
164
Star
3.2k
Code
Issues
15
Pull requests
3
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 24, 2025
github actions: also test go 1.24
JohannesKaufmann
committed
1aa78e4
Copy full SHA for 1aa78e4
update dependencies
JohannesKaufmann
committed
c4964fb
Copy full SHA for c4964fb
cli: input argument takes precedence over stdin
JohannesKaufmann
committed
a473df2
Copy full SHA for a473df2
Commits on May 25, 2025
cli: add `tableNewlineBehavior` to options (#160)
datalogics-jacksonm
authored
9c53576
Copy full SHA for 9c53576
Commits on Apr 27, 2025
update dependencies
JohannesKaufmann
committed
64e925c
Copy full SHA for 64e925c
update go version in github actions
JohannesKaufmann
committed
1df20fe
Copy full SHA for 1df20fe
change min go version to 1.23.0
JohannesKaufmann
committed
590da90
Copy full SHA for 590da90
Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)
Show description for 93e3b29
dependabot[bot]
authored
93e3b29
Copy full SHA for 93e3b29
plugin(table): Add option to preserve tables with new lines (#156)
IderAghbal
authored
87d643e
Copy full SHA for 87d643e
Commits on Mar 16, 2025
update dependencies (#153)
JohannesKaufmann
authored
5bd9d3d
Copy full SHA for 5bd9d3d
cli: add hash to path on conflicting filename (#152)
Show description for e1c2387
JohannesKaufmann
authored
e1c2387
Copy full SHA for e1c2387
Commits on Mar 4, 2025
table: fix br inside table causing early return (#150)
JohannesKaufmann
authored
20209ee
Copy full SHA for 20209ee
Commits on Feb 26, 2025
cli-add-table-plugin (#146)
Show description for 7fca0c1
JohannesKaufmann
authored
7fca0c1
Copy full SHA for 7fca0c1
Commits on Feb 25, 2025
Merge pull request #139 from JohannesKaufmann/dependabot/go_modules/github.com/agnivade/levenshtein-1.2.1
Show description for 3f762f5
JohannesKaufmann
authored
3f762f5
Copy full SHA for 3f762f5
Bump github.com/agnivade/levenshtein from 1.2.0 to 1.2.1
Show description for 2d9c0c7
dependabot[bot]
authored
2d9c0c7
Copy full SHA for 2d9c0c7
Merge pull request #143 from JohannesKaufmann/dependabot/go_modules/github.com/muesli/termenv-0.16.0
Show description for 8a661fa
JohannesKaufmann
authored
8a661fa
Copy full SHA for 8a661fa
Merge pull request #142 from JohannesKaufmann/dependabot/go_modules/golang.org/x/net-0.35.0
Show description for 9c0410a
JohannesKaufmann
authored
9c0410a
Copy full SHA for 9c0410a
Bump github.com/muesli/termenv from 0.15.2 to 0.16.0
Show description for 2e1f9fd
dependabot[bot]
authored
2e1f9fd
Copy full SHA for 2e1f9fd
cli: added --input and --output flags (#137)
Show description for 7506c18
JohannesKaufmann
authored
7506c18
Copy full SHA for 7506c18
plugin: added table plugin (#144)
Show description for bd15218
JohannesKaufmann
authored
bd15218
Copy full SHA for bd15218
Commits on Feb 17, 2025
Bump golang.org/x/net from 0.33.0 to 0.35.0
Show description for 7054d30
dependabot[bot]
authored
7054d30
Copy full SHA for 7054d30
Commits on Feb 13, 2025
Merge pull request #141 from eko/patch-1
Show description for 7e02068
JohannesKaufmann
authored
7e02068
Copy full SHA for 7e02068
Removed invalid URL Printf warning
Show description for 43dad28
eko
committed
43dad28
Copy full SHA for 43dad28
Commits on Jan 13, 2025
Merge pull request #135 from kinensake/fix-code-block-in-list
Show description for 73f4145
JohannesKaufmann
authored
73f4145
Copy full SHA for 73f4145
add code block in list test to golden files
kinensake
committed
87f20d3
Copy full SHA for 87f20d3
Commits on Jan 12, 2025
remove unused constants in render list test
kinensake
committed
6a359b1
Copy full SHA for 6a359b1
fix render code block in list
kinensake
committed
7db53b2
Copy full SHA for 7db53b2
Commits on Jan 7, 2025
Merge pull request #134 from JohannesKaufmann/improve-hard-line-break-2
Show description for 3d2ff94
JohannesKaufmann
authored
3d2ff94
Copy full SHA for 3d2ff94
Commits on Jan 4, 2025
restructure use of TrimConsecutiveNewlines func
JohannesKaufmann
committed
f6aab8f
Copy full SHA for f6aab8f
escape multiline func prefers hard line break
JohannesKaufmann
committed
d64b97a
Copy full SHA for d64b97a
Commits on Dec 31, 2024
escape multiline uses other trim newline func
JohannesKaufmann
committed
29db070
Copy full SHA for 29db070
improve handling of hard line breaks when removing newlines
JohannesKaufmann
committed
6b0ee58
Copy full SHA for 6b0ee58
add test cases for link with newlines
JohannesKaufmann
committed
ceeec4b
Copy full SHA for ceeec4b
Commits on Dec 27, 2024
add "go install" command to readme
JohannesKaufmann
committed
e128d43
Copy full SHA for e128d43
update go.sum
JohannesKaufmann
committed
947dc92
Copy full SHA for 947dc92
Pagination
Previous
Next
You can’t perform that action at this time.