StéphaneDucasse

Results 1102 comments of 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 ![Capture 2024-08-09 at 10 14 10](https://github.com/user-attachments/assets/4c74ec18-097e-4ec6-9959-66d17b31612c)

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...