I am trying out the new version of Pillar (build 1940 or 1941) on Windows on Pharo 50770, following the Pillar tutorial in Enterprise Pharo book:
I created the new file first.pillar containing: ! Hello World I ran: C:\Users\mldavis\Desktop\mldPillarWorking>Pharo.exe Pillar.image pillar export --to=html first.pillar It created a file named: output.html.json containing: {"content":"<section>\r\n<h1>1. Hello World</h1>\r\n</section>"} It was supposed to be an HTML document as shown in Enterprise Pharo para 14.2 page 213 "5 Minutes Tutorial". Any suggestions what I missed or should do? mike