mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
 | 
						|
<h{{ (add .Level 1) }} id="{{ .Anchor | safeURL }}" class="heading">
 | 
						|
	{{ .Text | safeHTML }}
 | 
						|
	<a href="#{{ .Anchor | safeURL }}" class='heading-link'>
 | 
						|
		<i class="fas fa-paperclip"></i>
 | 
						|
	</a>
 | 
						|
</h{{ (add .Level 1) }}>
 | 
						|
 | 
						|
{{ if eq .Text ""}}
 | 
						|
	<hr>
 | 
						|
{{ end }}
 |