Support text markup at the start of a regular link description.
This commit is contained in:
@@ -295,7 +295,7 @@ fn pre<'b, 'g, 'r, 's>(
|
||||
let radio_target_start = context
|
||||
.iter()
|
||||
.find_map(|c| match c {
|
||||
ContextElement::StartRadioTarget(text) => Some(text),
|
||||
ContextElement::StartTextSection(text) => Some(text),
|
||||
_ => None,
|
||||
})
|
||||
.map(|text| text.get_byte_offset());
|
||||
|
||||
Reference in New Issue
Block a user