Microdown
Microdown copied to clipboard
MicRichTextTable dows not accept "short rows"
MicrodownPresenter new
documentFromString: '|Table|with |3 columns|
---
|this row|has|3 columns|
|this one|has only 2|' ;
build ;
open
raises an error.
note: The HTML exporter works on the same example
Thanks nicolas. What is the expected behavior?