Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

note.html 88B

1234
  1. <div class="note-container">
  2. <div class="note" ng-bind-html="note.data"></div>
  3. </div>