Input form in markdown

forms, markdown

Solution

Just use html

`<input type="text" id="name" name="name"/>`

You will get a input box in your markdown.

Problem

As I know, markdown is a "simplified" version of html. It's easy to use and read. But I encountered a problem to create a input form. Can anybody suggest if there are any methods to add html input form elements in markdown? I searched but can't find satisfied solution. Any suggestions are welcome. Thanks.

Original source

Related problems