Tip for Recent Comments

jules wanted a way to link directly to a comment using the Recent Comments tag, and this seemed to work just great:

<a href=”{permalink=”weblog/comments”}#{comment_id}”>link to comment</a>

The addition is the #{comment_id}. Because EE auto puts in an anchor tag using the comment_id, this makes it easier to link directly to that certain comment.