StéphaneDucasse
StéphaneDucasse
And it would be better to have an inform.
Automatic deprecation code rewrite: The method Announcer>>#when:do: called from BlText>>#when:do: has been deprecated. Since there are some block closures (Clean and Constant) without a receiver, the API of announcements was...
VM crash
``` EpMonitor disableDuring: [ [ Metacello new baseline: 'Toplo'; repository: 'github://pharo-graphics/Toplo:master/src'; onConflictUseIncoming; ignoreImage; load. ] on: MCMergeOrLoadWarning do: [ :warning | warning load ] ] ``` `ToListElementStresser run` This crashes...
``` bodyFromLine: line (self doesLineStartWithStopMarkup: line) ifTrue: [ isClosed := true ] ifFalse: [ body := body ifNil: [ line ] ifNotNil: [ body , String cr , line ]...
In Ordered and Unordered List block
`(Microdown parse: '## Foo **BAR**') children first header` will bark because
For example ``` ``` the label should be iframe else we will not be able to close them.
Adding a metadata bloc as first element is a weak design
``` # CSS Classes{.WARNING} Using `.css-class` syntax lets you apply custom CSS classes. ## Id Values{#Updates} Using `#id` lets you apply custom ID values. ## Custom Styling{style="color:darkgoldenrod"} For everything else...