forked from HEL/rivet-typst
		
	fixed margin (for full-page)
This commit is contained in:
		| @@ -449,7 +449,8 @@ | ||||
|     ( | ||||
|       width: auto, | ||||
|       height: auto, | ||||
|       fill: config.background | ||||
|       fill: config.background, | ||||
|       margin: 0cm | ||||
|     ) | ||||
|   } else { | ||||
|     (:) | ||||
|   | ||||
| @@ -27,7 +27,7 @@ | ||||
|   let lang = schema.lang | ||||
|   let content = schema.text | ||||
|   if not lang in valid-extensions { | ||||
|     let fmts = valid-extensions.map(fmt => "." + fmt).join(", ") | ||||
|     let fmts = valid-extensions.join(", ") | ||||
|     fmts = "(" + fmts + ")" | ||||
|     panic("Unsupported format '" + lang + "'. Valid formats: " + fmts) | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user