Skip to content

Instantly share code, notes, and snippets.

@evilnapsis
Created February 28, 2016 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilnapsis/646ebc94cea60d7054c5 to your computer and use it in GitHub Desktop.
Save evilnapsis/646ebc94cea60d7054c5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Probando TinyMCE</title>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>tinymce.init({ selector:'textarea' });</script>
</head>
<body>
<textarea></textarea>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment