https://github.com/client9/plaintext
Tools to extract plaintext from computer code and markup
https://github.com/client9/plaintext
Last synced: about 1 year ago
JSON representation
Tools to extract plaintext from computer code and markup
- Host: GitHub
- URL: https://github.com/client9/plaintext
- Owner: client9
- License: mit
- Created: 2016-01-24T05:38:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T20:30:11.000Z (over 8 years ago)
- Last Synced: 2025-04-14T18:13:11.022Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plaintext
[](https://travis-ci.org/client9/plaintext) [](http://goreportcard.com/report/client9/plaintext) [](https://godoc.org/github.com/client9/plaintext) [](http://gocover.io/github.com/client9/plaintext) [](https://raw.githubusercontent.com/client9/plaintext/master/LICENSE)
Extract human languages in plain UTF-8 text from computer code and markup
The output is (or should be) *line-preserving*, meaning, no new lines are added or subtracted.
```html
foo
```
becomes
```html
foo
```