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