OK. Which flavor of markdown should we get every browser manufacturer to use?
Here's the example:
# Markdown header
## Subheader
### Section header
1. Numbered
1. List
- Unordered
- List
[//]: # (var doc = document.children[0].textContent.split('\n'); md = doc.slice(0, doc.length - 1).join("\n"); document.body.innerHTML = marked(md);
Now, whether this is wise to encourage or not I can't speak to.It would be great if browsers parsed markdown as text-only