mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Make first textarea on every page a md editor
This commit is contained in:
parent
697e471a03
commit
49a045023f
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue