<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.no-icons.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="https://dl.dropboxusercontent.com/u/1362566/jquery.hotkeys.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
<script src="https://dl.dropboxusercontent.com/u/1362566/bootstrap-wysiwyg.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.0/knockout-min.js"></script>
<div class="container">
<div class="hero-unit">
<textarea data-bind="value: name, valueUpdate: 'afterkeydown'"> </textarea>
<h4>Output when using normal text area</h4>
<p data-bind="html: name"></p>
<hr/>
<!---
Please read this before copying the toolbar:
* One of the best things about this widget is that it does not impose any styling on you, and that it allows you
* to create a custom toolbar with the options and functions that are good for your particular use. This toolbar
* is just an example - don't just copy it and force yourself to use the demo styling. Create your own. Read
* this page to understand how to customise it:
* https://github.com/mindmup/bootstrap-wysiwyg/blob/master/README.md#customising-
--->
<div id="alerts"></div>
<div class="btn-toolbar" data-role="editor-toolbar" data-target="#editor">
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" title="Font"><i class="icon-font"></i><b class="caret"></b></a>
<ul class="dropdown-menu">
</ul>
</div>
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" title="Font Size"><i...