Created
March 9, 2016 10:28
-
-
Save conficient/7aaaf3480a37be32b0f1 to your computer and use it in GitHub Desktop.
TinyMCE test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script> | |
<script>tinymce.init({ selector:'textarea' });</script> | |
</head> | |
<body> | |
<textarea>Easy (and free!) You should check out our premium features.</textarea> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment