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

https://github.com/shred/commons-text

A collection of plain and HTML text filters
https://github.com/shred/commons-text

html-converter java-library markdown textile

Last synced: 9 months ago
JSON representation

A collection of plain and HTML text filters

Awesome Lists containing this project

README

          

# commons-text ![build status](https://shredzone.org/badge/commons-text.svg) ![maven central](https://shredzone.org/maven-central/org.shredzone.commons/commons-text/badge.svg)

A Java library for processing texts.

This software is part of the Shredzone Commons.

## Features

* Convert HTML to text, text to HTML etc.
* Secure: Helps dealing with user input, strips HTML or limits tag usage
* Designed for quick conversion and low memory footprint
* Contains a textile and markdown to HTML converter
* Requires Java 8 or higher (up to v1.0: Java 6)

## Documentation

See the [online documentation](https://shredzone.org/maven/commons-text/) for examples.

## Contribute

* Fork the [Source code at Codeberg](https://codeberg.org/shred/commons-text). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://codeberg.org/shred/commons-text/issues)

## License

_commons-text_ is open source software. The source code is distributed under the terms of [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl-3.0.html).