Re: Markdown development

2010-03-24 Thread yy
2010/3/24 : > but, you know, all it takes is for one brave leader to _lead_, > and a number of non-cowardly followers to _follow_, and > -- before you know it -- a new capability is taken for granted. Elastic tab stops are not a new concept. Some people tried to lead, nobody followed. >>   It al

Re: Markdown development

2010-03-17 Thread yy
ses are implementation dependent, or how they must be handled (since I expect some differences between current implementations). Mdtest is probably the best starting point for such a task. -- - yy. ___ Markdown-Discuss mailing list Markdo

Re: multiline header

2010-03-02 Thread yy
You can use multi-line headers with md2html.awk [1]: ; echo -e 'line 1\nline2\n===' | md2html.awk line 1 line2 ; There are other few details, like this one, where md2html.awk could be not compatible with other md implementations, but if you stay away from the corners it should get the job don

Re: md2html.awk and a question

2009-07-17 Thread yy
2009/7/17 Seumas Mac Uilleachan : > Hi, if I read your example right, the bullet markup should take priority > over anything else in that line. So the #h1 ##h2 ###h3 etc should not be > headers since they are part of a bulleted list. Also the # is not the first > character of the line. > Dingus do

md2html.awk and a question

2009-07-16 Thread yy
Hello, I have just subscribed to this list. I will introduce myself: For some time, I have kept a markdown implementation in awk for personal use, different from other implementations. Now, I'm in the process of rewriting it and I'm trying to do it as compatible as possible. There are many questi