Re: *** GMX Spamverdacht *** Re: ordered lists: type lower alpha?

2013-07-24 Thread sendiulo
indeed it would change the paragraph to whatever you need. One might still need an idea for adding two or more paragraphs together and for putting paragraphs inside eachother. For the latter i would use tabs, but those are already used for codeblocks (i prefer fenced codeblocks). Sendiulo Am 24.0

Re: attribute blocks for definition lists

2013-07-01 Thread sendiulo
I would even go further and (gradually) allow setting {#id .class attr="attr"} for *any* element. For block elements it would be in the last or following line and for span elements it would directly follow: e.g. *imporant text*{.special_emphasis}. Am 01.07.2013 um 17:52 schrieb David Chambers

Re: Problem with links in Markdown

2013-06-21 Thread sendiulo
Am 21.06.2013 um 05:44 schrieb Aristotle Pagaltzis : > * Alexander Veit [2013-06-20 20:50]: >> recently I stumbled over a problem with the Markdown link syntax[1] >> >> This is [an example](http://example.com/ "Title") inline link. >> >> RFC 2396[2], section 2.3 defines left and right parenth

Re: *** GMX Spamverdacht *** Re: Styling Markdown approaches

2013-04-20 Thread sendiulo
I would argue that the syntax should be extended to take markdown=2 etc to parse MD to the depth of two levels etc until markdown=true for infinite recursive parsing. Like that, a complex table could get markdown=true or the html tag could get the recursive parameter. Regards, jakov _