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
The Earmark.Helpers.replace function is very nice for piping, but the spec doesn't support the replacement being a function, meaning we can't use capture groups. Regex.replace supports this spec.
The
Earmark.Helpers.replace
function is very nice for piping, but the spec doesn't support the replacement being a function, meaning we can't use capture groups.Regex.replace
supports this spec.https://hexdocs.pm/elixir/Regex.html#replace/4
The text was updated successfully, but these errors were encountered: