2

I wasn't sure where else to put it, so I decided upon Meta.Programmers.StackExchange.

If you evaluate the html generated for this post, you will notice that it generates mismatched tags when making bold-italic text:

<em><strong>Platform</em></strong> ...
<em><strong>Deadline</em></strong>/<em><strong>Budget</em></strong>...
<em><strong>Content</em></strong>...

I'm not particularly a W3C validation nut, but surely we can all agree this is wrong?

asked Mar 11, 2011 at 20:21

1 Answer 1

3

Let's see:

Bold and Italic

***Bold and Italic***

This produces

<em><strong>Bold and Italic</em></strong>

I simply entered a space in the post, pressed the save button, and this re-rendered the post with correct output. The original post was from December 2008 so it reflects an earlier output parser.

answered Mar 12, 2011 at 17:08

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.