Skip to content

Markdown Editor MARKDOWN

An editor that supports Markdown syntax. Content is stored as a Markdown string, making it ideal for documentation and descriptive content.

markdown

Basic Usage

java
@Lob
@EruptField(
    views = @View(title = "Description"),
    edit = @Edit(title = "Description", type = EditType.MARKDOWN)
)
private String markdown;

It is recommended to annotate the field with @Lob to avoid content exceeding the default column length limit of the database.

Contributors

The avatar of contributor named as YuePeng YuePeng
The avatar of contributor named as Claude Opus 5 (1M context) Claude Opus 5 (1M context)

Changelog

Released under the Apache-2.0 License.