Astares
Astares
It should be "Microdown-HTML" and not "Microdown - HTML" 
to separate tests from regular code (as usually for runtime the tests are not required)
Run ```Smalltalk SpClassMethodBrowser example ``` in Pharo 10 and you get a three paned browser:  Now **move the splitter to the left** - at a specific point the first...
see https://github.com/pharo-project/pharo/issues/9592
I think it should be 'Use #on:' in the comment (#on: instead of #for:) 
I enter the example ```Smalltalk 'true' . true ``` and run examples:  the output shows something about **ture** and not **true**