Topic preview weird rendering of markdown link
By Leon Stafford @leonstafford
@KajMagnus - thanks for creating this great software and for being a nice guy, regarding your pricing and vision!
Issue
Using a markdown anchor within the topic's description works fine on the topic page, but is rendered weird when topic preview is shown on a parent index.
Parent index with rendering issue of "theSupport categoryfor..."
The topic detail page, where it is rendering fine within the description
- KajMagnus @KajMagnus2018-10-21 06:34:25.129Z2018-10-21 07:03:59.854Z
Ok, thanks, & I found the bug: an unnecessary
.trim
that trimmed start and end whitespaces of html tags, when converting html tags to plain text.The fix will be included in the next release, probably at the end of this week.
- Progresswith handling this problem