Should Markdown process text inside of a <form>?
    Aaron Swartz 
    aaronsw at gmail.com
       
    Thu Aug 12 17:12:24 EDT 2004
    
    
  
I'd say no. I do stuff like this a lot:
<form>
**Name:** <input name="foo" />
**Email:**  <input name="foo" />
<input type="submit" />
</form>
    
    
More information about the Markdown-discuss
mailing list