pub fn render_block<T>(references: &[T]) -> Stringwhere
T: Referable,Expand description
Render references into the canonical block:
References:
[1] https://example.com/a
[2] https://example.com/bReturns an empty string when there are no references.