The `Transformers.markdown` (`:markdown`) filter is deprecated. This commit updates the entire docs project to use the `jstransformer-marked` (`:marked') filter.
		
			
				
	
	
		
			20 lines
		
	
	
		
			577 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			577 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% include "lib/githubLinks.html" -%}
 | |
| {% include "lib/paramList.html" -%}
 | |
| {% extends 'layout/base.template.html' -%}
 | |
| 
 | |
| {% block body %}
 | |
| include ../../_util-fns
 | |
| .l-main-section
 | |
|   h2(class="function export")
 | |
|     pre.prettyprint
 | |
|       code.
 | |
|         export {$ doc.name $}{$ paramList(doc.parameters) | indent(8, true) | trim $}{$ returnType(doc.returnType) $}
 | |
| 
 | |
|   p.location-badge.
 | |
|     exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
 | |
|     defined in {$ githubViewLink(doc) $}
 | |
| 
 | |
|   :marked
 | |
| {$ doc.description | indentForMarkdown(4) | trimBlankLines $}
 | |
| 
 | |
| {% endblock %} |