Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/client9/plaintext
Tools to extract plaintext from computer code and markup
https://github.com/client9/plaintext
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T20:30:11.000Z (almost 7 years ago)
- Last Synced: 2024-05-08T17:14:54.880Z (6 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plaintext
[![Build Status](https://travis-ci.org/client9/plaintext.svg?branch=master)](https://travis-ci.org/client9/plaintext) [![Go Report Card](http://goreportcard.com/badge/client9/plaintext)](http://goreportcard.com/report/client9/plaintext) [![GoDoc](https://godoc.org/github.com/client9/plaintext?status.svg)](https://godoc.org/github.com/client9/plaintext) [![Coverage](http://gocover.io/_badge/github.com/client9/plaintext)](http://gocover.io/github.com/client9/plaintext) [![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](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
```