With the new release of BlogEngine.NET a new feature was added that shows the description or part of the post when listing related posts. If the description is empty a small part of the post content is listed instead and here in lies the problem. The post content is simply clipped as a certain length without regard to any tags in the post. Let's say a related posts goes like this:
[code:html]
With the new release of
BlogEngine.NET a new feature was added.
[/code] Now, when the post is clipped it may end up cutting in the middle of the href:
[code:html]
With the new release of