flutterarsenal / FlutterArsenal

Flutter Arsenal - A categorized directory of libraries and tools for Flutter.
https://www.flutterarsenal.com/
MIT License
36 stars 5 forks source link

Raw HTML tag visible on package details page #72

Open lmordell opened 5 years ago

lmordell commented 5 years ago

While viewing the Animated Text Kit package, I noticed the page main title was enclosed in raw HTML tags. This doesn't appear to be the case when viewing the package's main github rep page.

Page: https://flutterarsenal.com/projects/fa-git-animated-text-kit

Text: <div align="center">Animated Text Kit</div>

karx commented 5 years ago

Thanks @lmordell for pointing this out. I have deployed a hotfix as of now.

Looks like kramdown does not support HTML tags in headings. Open to suggestions for a systemic fix