tags:

views:

32

answers:

1

How to add combo box in WMD(Markdown)

A: 

Markdown doesn't have any special syntax for making a dropdown like it does lists. Instead, you would need to insert actual HTML directly into your Markdown code. That may or may not work, depending on what html tags (if any) are allowed during entry.

Jonathan Sampson