forked from HEL/rivet-typst
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Typst
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Typst
		
	
	
	
	
	
| #import "../src/lib.typ": schema, config
 | |
| 
 | |
| #let example = schema.load("/gallery/example1.yaml")
 | |
| #schema.render(example, config: config.config(
 | |
|   full-page: true
 | |
| )) |