Allow :: to end links regardless of parenthesis.
This commit is contained in:
@@ -34,8 +34,11 @@ pub(crate) fn angle_link<'b, 'g, 'r, 's>(
|
||||
remaining,
|
||||
AngleLink {
|
||||
source: source.into(),
|
||||
link_type: proto.into(),
|
||||
link_type: todo!(),
|
||||
path: path.into(),
|
||||
raw_link: todo!(),
|
||||
search_option: todo!(),
|
||||
application: todo!(),
|
||||
},
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user