Adding documentation to give a description to the remove_obsidian_comments postprocessor.

This commit is contained in:
Jason Thompson 2024-07-23 11:23:00 -04:00
parent 754c347873
commit e00986f82b

View File

@ -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(
_context: &mut Context,
events: &mut MarkdownEvents,