docs(api): hide render compatibility aliases
Keep render_html/lower_html available for explicit compatibility while generated/public docs steer authors to render/lower and generated resource commands. req: dx/006
This commit is contained in:
@@ -13,6 +13,7 @@ pub fn render(view: &impl hemplate::Hemplate) -> SafeHtml {
|
||||
SafeHtml::trusted(html)
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
pub fn render_html(view: &impl hemplate::Hemplate) -> SafeHtml {
|
||||
render(view)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user