Add a prefix to footnote IDs.
This avoids a conflict with multiple blog posts rendering in the same stream.
This commit is contained in:
@@ -42,8 +42,8 @@ render!(
|
||||
};
|
||||
|
||||
Ok(RenderRealFootnoteDefinition {
|
||||
definition_id: original.get_definition_id(),
|
||||
reference_link: format!("#{}", original.get_reference_id()),
|
||||
definition_id: original.get_definition_id(render_context.id_addition),
|
||||
reference_link: format!("#{}", original.get_reference_id(render_context.id_addition)),
|
||||
label: original.get_display_label(),
|
||||
contents,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user