Document the slugify Liquid filter
This commit is contained in:
		
							parent
							
								
									77297744ce
								
							
						
					
					
						commit
						a2fedfc615
					
				|  | @ -211,6 +211,17 @@ common tasks easier. | |||
|         </p> | ||||
|       </td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <td> | ||||
|         <p class="name"><strong>Slugify</strong></p> | ||||
|         <p>Convert a string into a lowercase URL "slug" by replacing every sequence of spaces and non-alphanumeric characters with a hyphen.</p> | ||||
|       </td> | ||||
|       <td class="align-center"> | ||||
|         <p> | ||||
|          <code class="filter">{% raw %}{{ page.title | slugify }}{% endraw %}</code> | ||||
|         </p> | ||||
|       </td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|       <td> | ||||
|         <p class="name"><strong>Data To JSON</strong></p> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue