Adding documentation to give a description to the remove_obsidian_comments postprocessor.
This commit is contained in:
parent
754c347873
commit
e00986f82b
@ -52,6 +52,8 @@ fn filter_by_tags_(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// This postprocessor removes all Obsidian comments from a file excluding codeblocks. Enabling this
|
||||||
|
/// prohibits comments from being exported but leaves them untouched in the original files
|
||||||
pub fn remove_obsidian_comments(
|
pub fn remove_obsidian_comments(
|
||||||
_context: &mut Context,
|
_context: &mut Context,
|
||||||
events: &mut MarkdownEvents,
|
events: &mut MarkdownEvents,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user