Closed IndrajeetPatil closed 2 years ago
Before 0.4.0 release:
0.4.0
is_infix()
autolink_url()
href_expr()
is_prefix()
But refactoring in 0.4.0 release removed this reliance, and they are no longer used anywhere in the package.
CI failure on oldrel-4 seems to be unrelated to the current PR.
oldrel-4
Thanks!
Before
0.4.0
release:is_infix()
was used inautolink_url()
andhref_expr()
is_prefix()
was used inhref_expr()
But refactoring in
0.4.0
release removed this reliance, and they are no longer used anywhere in the package.