Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```