docute
docute copied to clipboard
Markdown's table with indent doesn't work
For example
// e.g.1 code following is ok
1. Title
Column1 | Column2
--- | ---
foo | bar
// e.g.2 code following is not ok
2. Title
Column1 | Column2
--- | ---
foo | bar
If a intend appears, the table will not show correctly.
hmm why not just remove the indent?