StéphaneDucasse
StéphaneDucasse
This issue is different from double space.
@hernanmd do you some idea? I think that we should emit a class tag and the css should manage this 
This makes me think that we could have ``` >[! ``` to represent annotate paragraph and ``` > > ``` for quoteBlock to be closer to github. Like that !!...
We should discuss about this.
``` > [!Caution] **Gras** > oui du gras ``` > [!Caution] > oui du gras
``` >[! Important ] on ignore si il a du texte > ```
``` >[! Important on ignore si il a du texte > ``` Ici on genere la meme chose que ``` > Important on ignore si il a du texte >...
I added the support for a backward compatible syntaxt eg `!!note`
Pay attention to then review all the senders of `codeblock:firstLineAssociations:` to remove the preceeeding newLine ``` testSimpleCodeBlockWithFirstTag "```language=Pharo Hello Pharo ```" | mictext | mictext := builder newLine; codeblock: self...