Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

MicRichTextTable dows not accept "short rows"

Open NicolasAnquetil opened this issue 1 year ago • 1 comments

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

NicolasAnquetil avatar Jan 02 '25 11:01 NicolasAnquetil

Thanks nicolas. What is the expected behavior?

Ducasse avatar Jan 12 '25 20:01 Ducasse