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 }}
fastred
/
html2text
Public
forked from
jaytaylor/html2text
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2020
Use a shorter headings divider
fastred
committed
b00a9d3
View commit details
Copy full SHA for b00a9d3
Browse repository at this point
Commits on Jul 22, 2020
Add Options.OmitImgAlt
fastred
committed
b18e1d5
View commit details
Copy full SHA for b18e1d5
Browse repository at this point
Add Options.OmitBoldEmphasis
fastred
committed
ac4e569
View commit details
Copy full SHA for ac4e569
Browse repository at this point
Add go module configuration
fastred
committed
4a021cb
View commit details
Copy full SHA for 4a021cb
Browse repository at this point
Commits on Apr 12, 2020
Added reference to github.com/k3a/html2text in README.
jaytaylor
authored
3577fbd
View commit details
Copy full SHA for 3577fbd
Browse repository at this point
Commits on Feb 20, 2020
Updated Travis CI Golang testing versions for 2020.
Show description for 61d9dc4
Jay Taylor
authored and
jaytaylor
committed
61d9dc4
View commit details
Copy full SHA for 61d9dc4
Browse repository at this point
Commits on Apr 8, 2019
Properly trim white space of text nodes
Mike McCrary
authored and
jaytaylor
committed
01ec452
View commit details
Copy full SHA for 01ec452
Browse repository at this point
Commits on Mar 11, 2019
feat(tables): add tablewriter settings passthrough
Frank Spitulski
authored and
jaytaylor
committed
a93a6c6
View commit details
Copy full SHA for a93a6c6
Browse repository at this point
Commits on Jun 6, 2018
Updated README to use stable import path.
Show description for 57d518f
jaytaylor
committed
57d518f
View commit details
Copy full SHA for 57d518f
Browse repository at this point
Commits on Mar 22, 2018
More descriptive top line in README.
jaytaylor
authored
64a82a6
View commit details
Copy full SHA for 64a82a6
Browse repository at this point
Commits on Feb 22, 2018
Fixed example in README.
jaytaylor
committed
190166d
View commit details
Copy full SHA for 190166d
Browse repository at this point
Commits on Jan 30, 2018
Minor grammar fix in README.
jaytaylor
authored
e76a2f8
View commit details
Copy full SHA for e76a2f8
Browse repository at this point
Fixed broken unit-test which was expecting incorrect table spacing.
Jay Taylor
committed
31ae0d9
View commit details
Copy full SHA for 31ae0d9
Browse repository at this point
fix: typo
novln
authored and
jaytaylor
committed
6afb5ca
View commit details
Copy full SHA for 6afb5ca
Browse repository at this point
chore: gofmt
novln
authored and
jaytaylor
committed
0c2b37a
View commit details
Copy full SHA for 0c2b37a
Browse repository at this point
Commits on Dec 14, 2017
Preserve whitespace in <pre> tags
helb
authored and
jaytaylor
committed
7cd445a
View commit details
Copy full SHA for 7cd445a
Browse repository at this point
Commits on Dec 13, 2017
Introduced OmitLinks option
shade33
authored and
jaytaylor
committed
63248bc
View commit details
Copy full SHA for 63248bc
Browse repository at this point
Commits on Sep 18, 2017
Merge pull request #21 from gdewald/master
Show description for 0ee88d3
jaytaylor
authored
0ee88d3
View commit details
Copy full SHA for 0ee88d3
Browse repository at this point
Commits on Sep 7, 2017
Usability hacks.
Show description for cf82e68
gdewald
committed
cf82e68
View commit details
Copy full SHA for cf82e68
Browse repository at this point
Commits on May 30, 2017
Merge pull request #19 from jaytaylor/jay/lint-trap
Show description for 7c7a33a
jaytaylor
authored
7c7a33a
View commit details
Copy full SHA for 7c7a33a
Browse repository at this point
Merge pull request #18 from jaytaylor/jay/rendering-options
Show description for 002f97d
jaytaylor
authored
002f97d
View commit details
Copy full SHA for 002f97d
Browse repository at this point
Commits on May 29, 2017
Merge pull request #17 from jaytaylor/jay/cleanup
Show description for ab1166f
jaytaylor
authored
ab1166f
View commit details
Copy full SHA for ab1166f
Browse repository at this point
Updates based on feedback from gometalinter.
jaytaylor
committed
0b248f0
View commit details
Copy full SHA for 0b248f0
Browse repository at this point
Commits on May 26, 2017
Configurable rendering via Options.
jaytaylor
committed
c35d039
View commit details
Copy full SHA for c35d039
Browse repository at this point
Relocated publicly exported methods to the top.
Show description for 600048b
jaytaylor
committed
600048b
View commit details
Copy full SHA for 600048b
Browse repository at this point
Commits on May 25, 2017
Don't pass tests around, return errors instead.
Show description for 48f6643
jaytaylor
committed
48f6643
View commit details
Copy full SHA for 48f6643
Browse repository at this point
Commits on May 23, 2017
Merge pull request #15 from matcornic/master
Show description for 01ce59a
jaytaylor
authored
01ce59a
View commit details
Copy full SHA for 01ce59a
Browse repository at this point
feat: use tablewriter for beautiful tables
matcornic
committed
9af71ae
View commit details
Copy full SHA for 9af71ae
Browse repository at this point
Commits on Mar 10, 2017
dispose of files encoded with utf8 with bom, and add some test (#13)
Show description for f3b8a7c
ssor
authored and
jaytaylor
committed
f3b8a7c
View commit details
Copy full SHA for f3b8a7c
Browse repository at this point
Commits on Feb 17, 2017
Added go 1.8 to targeted versions in .travis.yml.
jaytaylor
committed
24f9b0f
View commit details
Copy full SHA for 24f9b0f
Browse repository at this point
Commits on Jan 18, 2017
Merge pull request #11 from cliqz-oss/from_html_nodes
Show description for d16d412
jaytaylor
authored
d16d412
View commit details
Copy full SHA for d16d412
Browse repository at this point
Rename API `FromHtmlRoot` to `FromHtmlNode`
Dhananjay Balan
committed
44fef72
View commit details
Copy full SHA for 44fef72
Browse repository at this point
Commits on Dec 21, 2016
Add an interface to accept parsed html data.
Dhananjay Balan
committed
1018e78
View commit details
Copy full SHA for 1018e78
Browse repository at this point
Commits on Nov 12, 2016
Added more information to README.
jaytaylor
authored
4b9124c
View commit details
Copy full SHA for 4b9124c
Browse repository at this point
Commits on Sep 23, 2016
Fixed typo in travis-ci logo URL.
jaytaylor
committed
8fb95d8
View commit details
Copy full SHA for 8fb95d8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.