mirror of
				https://github.com/Eledio/python-eledio.github.io.git
				synced 2025-10-31 00:12:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*
 | |
|  * Assign 'docutils' class to tables so styling and
 | |
|  * JavaScript behavior is applied.
 | |
|  *
 | |
|  * https://github.com/mkdocs/mkdocs/issues/2028
 | |
|  */
 | |
| 
 | |
| $('div.rst-content table').addClass('docutils');
 |