https://github.com/cartalyst/interpret
Content rendering package supporting HTML, Markdown & plain text.
https://github.com/cartalyst/interpret
Last synced: about 1 year ago
JSON representation
Content rendering package supporting HTML, Markdown & plain text.
- Host: GitHub
- URL: https://github.com/cartalyst/interpret
- Owner: cartalyst
- License: bsd-3-clause
- Created: 2013-04-19T11:35:55.000Z (about 13 years ago)
- Default Branch: 1.1
- Last Pushed: 2020-05-31T18:33:19.000Z (about 6 years ago)
- Last Synced: 2025-03-26T02:51:05.432Z (over 1 year ago)
- Language: PHP
- Homepage: https://cartalyst.com/manual/interpret
- Size: 70.3 KB
- Stars: 19
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Interpret
[](http://ci.cartalyst.com/build-status/view/36)
A rendering package, with support for HTML, Markdown & plain text. You can register custom mappings for custom content types. As you pass content to interpret, it will determine what it is and allow you to extract it's normal value and HTML equivalent.
An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!
##Documentation
Reader-friendly Documentation can be found here. [Interpret Manual](https://cartalyst.com/manual/interpret).
Raw files can be found via this projects docs/version branch.
- [v1.0](https://github.com/cartalyst/interpret/tree/docs/1.0)
- [v1.1](https://github.com/cartalyst/interpret/tree/docs/1.1)
##Changelog
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
- [1.0](CHANGELOG.md) - 2013-04-13
- [1.1](CHANGELOG.md) - 2014-12-05
##Support
The following support channels can be used for contact.
- [Twitter](https://cartalyst.com/@twitter)
- [Email](mailto:help@cartalyst.com)
Bug reports, proposals, and pull requests can be submitted by following our [Contribution Guide](CONTRIBUTING.md)
##Contribution & Protocols
- [Contribution Guide](CONTRIBUTING.md)
##License
This software is released under the [BSD-3-Clause](LICENSE) License.
© 2012-2014 Cartalyst LLC, All rights reserved.