There is a manor change of behavior in MARKMIN. Before:
----- markmin ---- # title aaa bbb ------ end markmin ---- would render as <h1>title<h1><p>aaa</p><p>bbbb</p> After: the same markmin would render <h1>title aaa</h1><p>bbbb</p> In other words now headers (#, ##, ###) can be continued to the next line and need an empty new line to be separated from the first paragraph. I think the new behavior is better and previous behavior should be considered a bug. Anyway. I just wanted people to know, in case there are major objections. Massimo --