Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix matchInContainer false positives
The function should match only the beginnings of lines. For example, see this testcase: ``` :::spoiler here is a ::: ::: ::: ``` The last line should be completed. Without this patch, the third line is completed and the last is not. Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
- Loading branch information