Skip to content

matcher text doesn't work for children structural elements #144

@yshavit

Description

@yshavit

e.g. > - foo should match any block quote that has the text - foo, which includes:

> - foo bar

But it doesn't -- I think because StringMatcher::matches_any doesn't render structural elements.

I think I actually did that on purpose, so that for inlined elements, the matcher works on the displayed text, not the markdown:

hello _world_

hello world

... would match against hello world.

But maybe that's not a good idea, or isn't sufficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions