WikiContent using easy-markdown-editor
This commit is contained in:
		
							
								
								
									
										20
									
								
								js/easy-markdown-editor-master/example/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								js/easy-markdown-editor-master/example/index.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
 | 
			
		||||
    <title>Example / Preview</title>
 | 
			
		||||
    <link rel="stylesheet" href="../dist/easymde.min.css">
 | 
			
		||||
    <script src="../dist/easymde.min.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <textarea></textarea>
 | 
			
		||||
    <script>
 | 
			
		||||
        const easyMDE = new EasyMDE();
 | 
			
		||||
    </script>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user