more documentation
This commit is contained in:
		
							parent
							
								
									df02ea20d7
								
							
						
					
					
						commit
						259d0a6d9a
					
				
					 10 changed files with 173 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -5,12 +5,10 @@ import yaml from "js-yaml"
 | 
			
		|||
import { slugTag } from "../../path"
 | 
			
		||||
 | 
			
		||||
export interface Options {
 | 
			
		||||
  language: "yaml" | "toml"
 | 
			
		||||
  delims: string | string[]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const defaultOptions: Options = {
 | 
			
		||||
  language: "yaml",
 | 
			
		||||
  delims: "---",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue