mirror of
				https://github.com/Ionaru/easy-markdown-editor
				synced 2025-10-31 00:32:16 -06:00 
			
		
		
		
	dev-feature: added example directory with default demo
This commit is contained in:
		
							parent
							
								
									94750c8327
								
							
						
					
					
						commit
						72be232395
					
				
							
								
								
									
										20
									
								
								example/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								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> | ||||||
|  |         var easyMDE = new EasyMDE(); | ||||||
|  |     </script> | ||||||
|  | </body> | ||||||
|  | 
 | ||||||
|  | </html> | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user