Apply the link templates.
This commit is contained in:
@@ -49,7 +49,7 @@ pub struct GlobalSettings<'g, 's> {
|
||||
/// For example, `"foo": "bar%s"` will replace `[[foo::baz]]` with `[[barbaz]]`
|
||||
///
|
||||
/// This is set by including #+LINK in the org-mode document.
|
||||
pub link_templates: BTreeMap<&'s str, &'s str>,
|
||||
pub link_templates: BTreeMap<String, String>,
|
||||
}
|
||||
|
||||
pub const DEFAULT_TAB_WIDTH: IndentationLevel = 8;
|
||||
|
||||
Reference in New Issue
Block a user