https://github.com/wcm-io/io.wcm.handler.richtext
Rich text processing and markup generation.
https://github.com/wcm-io/io.wcm.handler.richtext
adobe-experience-manager aem handler richtext wcm-io
Last synced: 9 months ago
JSON representation
Rich text processing and markup generation.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.handler.richtext
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:02:19.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-17T11:05:47.000Z (about 1 year ago)
- Last Synced: 2025-03-17T12:25:13.664Z (about 1 year ago)
- Topics: adobe-experience-manager, aem, handler, richtext, wcm-io
- Language: Java
- Homepage:
- Size: 533 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
RichText Handler
======
[](https://github.com/wcm-io/io.wcm.handler.richtext/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.handler.richtext/)
[](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.handler.richtext)
Rich text processing and markup generation.
Documentation: https://wcm.io/handler/richtext/
Issues: https://github.com/wcm-io/io.wcm.handler.richtext/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.handler.richtext/actions
Commercial support: https://wcm.io/commercial-support.html
## Build from sources
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.handler.richtext/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```