We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5135e commit 20979b2Copy full SHA for 20979b2
crates/mdbook-goals/src/mdbook_preprocessor.rs
@@ -379,7 +379,7 @@ impl<'c> GoalPreprocessorWithContext<'c> {
379
Ok(())
380
}
381
382
- /// Replace TEAMS_WITH_ASKS placeholder with a list of teams.
+ /// Replace placeholders like TASK_OWNERS and TEAMS_WITH_ASKS.
383
/// All goal documents should have this in their metadata table;
384
/// that is enforced during goal parsing.
385
fn replace_metadata_placeholders(&mut self, chapter: &mut Chapter) -> anyhow::Result<()> {
0 commit comments