StéphaneDucasse
StéphaneDucasse
We need a little checker that ensures that all the children have a back pointer to their parent.
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...
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  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.
I do not get caption could not be used and was deprecated.