ehh... having said that
well i pulled like hell on all markdowns dependencies, removed every potential stale fasl (in hindsight probably only fresh as grass fasls) but no dice.
what helped a bit was removing
(some-element-p (chunk-enders (current-chunk-parser)) (lambda (p) (funcall p line)))
from chunk-source, right under ;; end current chunk
this lets my program regognize the end of a <h> and wraps a maximum of two text blocks seperated by an empty line in <p>s. If there are more than two, all but the last text blocks are wrapped in the one and the last is wrapped in the other.
It's voodoo to me. I will now leave the world of programming and start a farm on the countryside
greets, Ties