Oct. 20, 2019
7:10 a.m.
On Sat, Oct 19, 2019 at 04:39:21AM -0700, Kasper Ãsterbye wrote:
I am currently working on a github markdown -> pillar tree (the internal rep of pillar). I estimate I am a few days out from that one.
Are you doing this in pure Pharo? I have wrapped libhoedown, a Markdown to HTML library. libhoedown uses callbacks to invoke its renderer and I started constructing a Markdown to Pillar (string, not object tree) renderer by having libhoedown call back into Pharo. Pierce