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 3395a70 commit 7fab23bCopy full SHA for 7fab23b
readme.md
@@ -47,7 +47,7 @@ _NOTE: Unfortunately, the "highlight.js" npm module doesn't seem to have proper
47
### Inside the HTML
48
Simply create a `<textarea>` with an `ngModel` and a call to the Directive.
49
At the end, all you need is:
50
-```
+```html
51
<!-- editor -->
52
<textarea ng-model="markdown" markdown-editor="" rows="10"></textarea>
53
0 commit comments