Implement the second parsing pass.

This commit is contained in:
Tom Alexander
2023-07-14 19:06:58 -04:00
parent ef2c351696
commit bd04451d58
2 changed files with 37 additions and 11 deletions

View File

@@ -140,7 +140,7 @@ pub enum ContextElement<'r, 's> {
/// If any are found, this will force a 2nd parse through the
/// org-mode document since text needs to be re-parsed to look for
/// radio links matching the contents of radio targets.
RadioTarget(Vec<Vec<Object<'s>>>),
RadioTarget(Vec<&'r Vec<Object<'s>>>),
}
pub struct ExitMatcherNode<'r> {