Markdown Area
A simple TextArea to preview the markdown syntax
The Markdown Area is a TextArea where the user can preview his text when writing with the markdown syntax. Uses flexmark-java Markdown processor.
Sample code
MarkdownArea markdownArea = new MarkdownArea();
MarkdownArea markdownArea = new MarkdownArea(); markdownArea.getValue();
MarkdownArea markdownArea = new MarkdownArea("Hello world !");
MarkdownArea markdownArea = new MarkdownArea(); markdownArea.setValue("*Hello world !*");
MarkdownArea markdownArea = new MarkdownArea(); markdownArea.setMarkdownLink("https://www.mymarkdownguide.com/md-guide");
MarkdownArea markdownArea = new MarkdownArea(); markdownArea.getInput().addValueChangeListener(e -> System.out.println("Value changed !"));
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Fix Markdown link
- Add a setter to the markdown link
- Released
- 2018-08-22
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 10+
- Vaadin 23+ in 2.0.0
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Internet Explorer
- Internet Explorer
Vaadin Add-on Directory
Find open-source widgets, add-ons, themes, and integrations for your Vaadin application.
The channel for finding, promoting, and distributing Vaadin add-ons.