(email) tag not parsed correctly when it is last element of textarea

I have noti

I have a textarea that ends in the following:

contact me at (email: test@test.com)

This does not result in a link to the email address being generated by kirbytext unless I add some characters after the tag or add a paragraph below, like:

contact me at (email: test@test.com) thanks!

or

contact me at (email: test@test.com)
some more text

What version of Kirby is that? I can’t reproduce this with Kirby 2.2.3.

This is on 2.1.0 - I will try an update and see if that helps.