Mobile request: Markdown editor, Add pattern recognition and continuation for table rows

The markdown editor has a smart feature of automatically inserting a new ‘*’ line, numbered line or ‘- ’ etc bulleted lines when CR is hit, thus saving the user to enter the repeated markdown. Please extend it to recognize table rows.

Scenario:

  1. User enters the markdown for a table e.g.

  2. Filled in (or not) data into the table
    E.g.

**Time **
Today hari ini
  1. After hitting Enter from the last line, Joplin markdown editor should output a new blank table row, with the correct number* of columns ie.
    | | |

The result looks like:

**Time **
Today hari ini
  • Number of columns to be outputted depends on the markdown of the last table row.

Thanks