I am working on a application that takes user input in the form of Markdown and displays that input on a page. The markdown gets converted to HTML just fine but for some reason the bold and italics don't show on the display page. The html tags are there but they aren't rendering properly.
I am thinking its the styles that override the strong and i tags but I don't know how not to apply any styles to that area since I am using YUI Reset?
Any ideas would be appreciated.
Thank You!