Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ markdown_html
Function
markdown_html
perro_website/build.rs:416–418 ·
view source on GitHub ↗
(markdown: &str)
Source
from the content-addressed store, hash-verified
414
} else if !stem.is_empty() {
415
let slug = format!(
"{slug_prefix}/{stem}"
);
416
push_doc(
"docs"
, &path, slug, out)?;
417
}
418
}
419
Ok(())
420
}
421
Callers
1
push_doc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected