Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Microdown is a cleaned and simpler markdown but with more powerful features such as extensions.

Results 180 Microdown issues
Sort by recently updated
recently updated
newest added

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

ToDiscussWithGuille

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?