replaced SimpleMDE with EasyMDE as SimpleMDE is no longer being maintained MDE now works for client notes also added a MD php parser called parsedown

This commit is contained in:
root
2019-04-20 13:05:21 -04:00
parent c264c3ee8a
commit d63e924741
41 changed files with 10519 additions and 37197 deletions

10
play.php Normal file
View File

@@ -0,0 +1,10 @@
<?php include("header.php"); ?>
<form>
<textarea id="clientNote"></textarea>
<script>
var easyMDE = new EasyMDE();
</script>
</form>
<?php include("footer.php");