Make first textarea on every page a md editor

This commit is contained in:
Michael 2017-04-16 18:18:04 -04:00
parent 697e471a03
commit 49a045023f

View file

@ -25,7 +25,11 @@
@Scripts.Render("~/Scripts/simplemde.js")
@Scripts.Render("~/bundles/modernizr")
<script>
var mde = new SimpleMDE({
forceSync: true
});
</script>
</head>
<body>
@Scripts.Render("~/Scripts/highlight.js")