We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb02b5 commit 22b6a03Copy full SHA for 22b6a03
testapp/app/views/home/index.html.erb
@@ -1,7 +1,9 @@
1
<h1>Home#index</h1>
2
<p>Find me in app/views/home/index.html.erb</p>
3
4
-<textarea id="some-textarea" style="width: 810px; height: 200px;" placeholder="Enter text ..."></textarea>
+<textarea id="some-textarea" style="width: 810px; height: 200px;" placeholder="Enter text ...">
5
+ <b>This is some previous text</b>
6
+</textarea>
7
8
<script type="text/javascript">
9
$('#some-textarea').wysihtml5({
0 commit comments