Add children to heading.
This commit is contained in:
@@ -12,10 +12,10 @@ use crate::intermediate::IRegularLink;
|
||||
pub(crate) struct RenderRegularLink {}
|
||||
|
||||
impl RenderRegularLink {
|
||||
pub(crate) fn new<D: AsRef<Path>, F: AsRef<Path>>(
|
||||
pub(crate) fn new(
|
||||
config: &Config,
|
||||
output_directory: D,
|
||||
output_file: F,
|
||||
output_directory: &Path,
|
||||
output_file: &Path,
|
||||
comment: &IRegularLink,
|
||||
) -> Result<RenderRegularLink, CustomError> {
|
||||
Ok(RenderRegularLink {})
|
||||
|
||||
Reference in New Issue
Block a user