mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 12:16:37 +00:00 
			
		
		
		
	Don't globally override table style, use shortcode
This commit is contained in:
		
							parent
							
								
									35d891b9b3
								
							
						
					
					
						commit
						c02b9e6498
					
				
					 4 changed files with 26 additions and 16 deletions
				
			
		
							
								
								
									
										5
									
								
								layouts/shortcodes/table.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								layouts/shortcodes/table.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
{{ $htmlTable := .Inner | markdownify }}
 | 
			
		||||
 | 
			
		||||
<div class="markdown-table">
 | 
			
		||||
    {{ $htmlTable | safeHTML }}
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue