Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Need a way to distinguish plain text, microdown text and a mere printstring

Open Ducasse opened this issue 1 year ago • 0 comments

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 
caption printBlockObjects
> 
'an Array(Text(Ze ) BoldFormat{ Text(great) } Text( formula))'.

Ducasse avatar Apr 30 '24 19:04 Ducasse