15 lines
		
	
	
		
			414 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			414 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
 | 
						|
<!-- Placed at the end of the document so the pages load faster -->
 | 
						|
<script src="{{ url_for('static', filename='jquery.min.js') }}"></script>
 | 
						|
 | 
						|
<script src="{{ url_for('static', filename='docs.min.js') }}"></script>
 | 
						|
<script src="{{ url_for('static', filename='simplemde.min.js') }}"></script>
 | 
						|
 | 
						|
<script>
 | 
						|
	new SimpleMDE({
 | 
						|
		element: document.getElementById("editeurMarkdown"),
 | 
						|
		spellChecker: true,
 | 
						|
	});
 | 
						|
	
 | 
						|
</script>
 |