Should Markdown process text inside of a <form>?

Mike Zornek listguy at mikezornek.com
Thu Aug 12 11:15:09 EDT 2004


On the website it says:

> Markdown formatting syntax is not processed within block-level HTML tags

<form> is a block level element, yet on a recent page I was getting all kind
of unexpected <p> tags inside of my form.

Here is the source:
http://mikezornek.com/mwd/content/instructor.txt

And the output:
http://mikezornek.com/mwd/instructor.php

Notice the phony div I had to put in to suppress Markdown formatting. Should
<form> be added to the Markdown's list of block level elements to ignore?

~ Mike
-----
Mike Zornek
Web Designer, Media Developer, Programmer and Geek
Personal site: <http://MikeZornek.com>



More information about the Markdown-discuss mailing list