mirror of
				https://github.com/Ionaru/easy-markdown-editor
				synced 2025-10-31 08:42:09 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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>
 | |
|         var easyMDE = new EasyMDE();
 | |
|     </script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |