securingsincity/react-ace

Question: Html <a> link in AceEditor?

Open

#369 opened on Jan 31, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (615 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,859 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have a use case where I need to include clickable links inside AceEditor.

Is it possible to have any sort of html markup in the editor. I know value expects a string, but is there any way to parse or format the string value into something else?

Contributor guide