I am looking for some textarea that help me to translate text to HTML. Like what stackoverflow input area does.
For example
**bold**
is translated to <span><b>bold</b></span>
I am not sure what this is called. Thanks!
I am looking for some textarea that help me to translate text to HTML. Like what stackoverflow input area does.
For example
**bold**
is translated to <span><b>bold</b></span>
I am not sure what this is called. Thanks!
Stackoverflow is actually using WMD editor. Please refer to https://github.com/derobins/wmd