Harp 0.17 does not allow blank lines to appear between filters and their content. This change ensures that any blank lines that could appear have been trimmed inside Nunkjucks. Closes #3325
		
			
				
	
	
		
			13 lines
		
	
	
		
			386 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			386 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% include "lib/githubLinks.html" -%}
 | 
						|
{% extends 'layout/base.template.html' %}
 | 
						|
 | 
						|
{% block body %}
 | 
						|
.l-main-section
 | 
						|
  h2 {$ doc.name $} <span class="type">variable</span>
 | 
						|
  p.location-badge.
 | 
						|
    exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
 | 
						|
    defined in {$ githubViewLink(doc) $}
 | 
						|
 | 
						|
  :markdown
 | 
						|
{$ doc.description | indent(4, true) | trimBlankLines $}
 | 
						|
{% endblock %} |