Microdown
Microdown copied to clipboard
Microdown is a cleaned and simpler markdown but with more powerful features such as extensions.
I add test
May be the API should be unified. This is linked with issue https://github.com/pillar-markup/Microdown/issues/722
Right now when we use textElements: the elements of the collection which are children of the receiver do not have their parents correclty set. It forces the users of textElements:...
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?