Inline markdown improvements
Pretty awesome work on the inline markdown @Henni - still I am missing some things:
- [x] bold, italic, ... font in blockquotes
- [x] clickable links
- [ ] table support ("overwrite" the handmade table with a real table after pressing enter twice - change back to text layout with a backspace, maybe?!)
- [ ] image support (Image above the text, maybe?!)
- [x] horizontal lines
And also some improvement suggestions:
- how about we add some color, to make the whole thing more readable? (for headers, links, etc.)
- it's kind of hard by now to differentiate between the different headers, maybe increase the size difference between them?
- ... (more to come?)
How it looks by now:

- [ ] Checkboxe would be awesome
- [ ] https://help.github.com/articles/writing-on-github/#task-lists
- [x] I added a bounty
any ideas on how to style horizontal lines?
Fast shoot: With tables only
@pierrejochem I meant just visually. How should the horizontal line look like. The 'challenge' is to display the line in combination with the markdown characters. All following markdown inputs should be handled as a horizonal line.
* * *
***
*****
- - -
---------------------------------------
https://daringfireball.net/projects/markdown/syntax#hr
Where do I display the horizontal line? Below, above, to the right? I already experimented with it but didn't find a good solution.
border-bottom 1px, maybe align the line above (which causes the line) centered.
@Henni: sorry, I have not thought about it
My proposal:

#157 adds the clickable links functionality.
Another important thing:
- [ ] when doing lists with
-as leading bullet point, the previous line should not be styled as heading. Only when using at least two--