You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- syntax:
```
> matcher
```
- add integ tests (unit tests are #84)
- found a bug in matching (#144), so I added the ability to mark integ
tests as ignored
This resolves#143.
- syntax:
```
> matcher
```
- add integ tests (unit tests are #84)
- found a bug in matching (#144), so I added the ability to mark integ
tests as ignored
- add to readme; will add to docs once this gets merged
Intellij auto-formatted my markdown, yay. Whatever.
This resolves#143.
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:
... would match against
hello world
.But maybe that's not a good idea, or isn't sufficient.
The text was updated successfully, but these errors were encountered: