StéphaneDucasse
StéphaneDucasse
- if this is the first time that you use Git in your account - you get a DNU because the model is nil
We have an animation that decrease a number and we have no idea why it stops before the end on my machine but not the one of alexis. To reproduce...
First the motivation: After implementing keybindings and context menus in spec, I started to be increasingly unhappy with it since both are ways to define actions to be applied to...
The analysis leads to two points. ##Line Breaks How to support line break without breaking existing documents. ### solution Introduce a new markup (and not double spaces - what a...
Imagine the following text ``` a b **bold** d e ``` ``` plainText ^ ( self children collect: [:each | each plainText ] ) joinUsing: ' ' ``` plainText should...
We should also support Annotated in HTML For this we should check what are the possibility to have a little frame around the text.
### Task 2. A first version ``` !!note texte ``` should generate ``` \begin{note} texte \end{note} ``` ``` !!important texte ``` should generate ``` \begin{important} texte \end{important} ``` ### Points...
It forces clients to emit newLine ``` canvas newLine. canvas codeblock: aCodeBlock text firstLineAssociations: parameters associations. ``` and if they forget then they may generate broken code.