Original component by btford.
Static display from content.
<markdown>**This text will be bold**</markdown>
Dynamic update from attribute.
<textarea ng-init="mdSource='**This text will be bold**'" ng-model="{{mdSource}}"></textarea>
<markdown markdown="{{mdSource}}"></markdown>
or
<div markdown="{{mdSource}}"></div>
MIT