Hi Guys.
Just a small thing for you to look at for the next update release regarding URL parsing when composing a post.
EXAMPLE
You are composing a sentance where the URL is the last part. If you put a full-stop/period at the end of the URL, ES tries to create a link including the full-stop/period. Of course, this generally returns a 404 error for the link! In essence what ES should be doing is excluding the full-stop unless of course there are characters after it.
Dave