@use super::base; @use crate::statics::VersionInfo; @(version_info: VersionInfo, repo_count: usize, domain: &str, url: &str, service: &str, path: &str) @:base("Hits-of-Code Badges", "Badge Generator", {
Here is the markdown for the badge for @url/@path
[![Hits-of-Code](https://@domain/@service/@path)](https://@domain/view/@service/@path)
It will be rendered like this
}, version_info, repo_count)