StéphaneDucasse

Results 622 issues of StéphaneDucasse

We need a little checker that ensures that all the children have a back pointer to their parent.

ForYasser

Then we will have to expose it as a command.

ForYasser

for example if caption := '$$ %caption=Ze **great** formula'... as microdown the developer may want to ``` caption asMicrodown > Ze **great** formula' caption plainText > Ze great formula or...

ForStef
ToDiscussWithGuille

the following test is wrong. we should get Ze **great** formal ``` self assert: math caption equals: 'an Array(Text(Ze ) BoldFormat{ Text(great) } Text( formula))'. ```

url and reference looks like the same so why do we have both?

``` \`\`\`language=pharo|caption=A method&anchor=method pharoMotto ^ 'Doing something every is the best way to make progress' \`\`\` ``` produces ![Capture 2024-04-29 at 22 14 41](https://github.com/pillar-markup/Microdown/assets/432549/3538e554-1f64-42d2-acbb-20d0f74569ec) but this ``` ```language=pharo|caption=A method&anchor=method pharoMotto...

We should remove such methods when we will undeprecate caption and friends and consistently use caption and captionElements.

ToDiscussWithGuille

> Yes > Like this ``` > Yes > Like this ```

ForStef

I do not get caption could not be used and was deprecated.