Create a render ast node type.
This commit is contained in:
@@ -28,8 +28,8 @@ impl RenderRegularLink {
|
||||
for obj in regular_link.children.iter() {
|
||||
ret.push(RenderObject::new(
|
||||
config,
|
||||
&output_directory,
|
||||
&output_file,
|
||||
output_directory,
|
||||
output_file,
|
||||
obj,
|
||||
)?);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user