Consider the following table:
|-------------+------------------------|
| Definiendum | Definiens |
|-------------+------------------------|
| first term | - bullet point one |
| | - bullet point two |
| | - bullet point three |
| second term | no bullet point needed |
|-------------+------------------------|
I understand that, at the time (I hope that this functionality will be available some day), org-table
cannot manage multi-lined cells. So every cell has to be single-lined, like this:
|-------------+-------------------------------------------------------------|
| Definiendum | Definiens |
|-------------+-------------------------------------------------------------|
| first term | - bullet point one - bullet point two - bullet point three |
| second term | no bullet point needed |
|-------------+-------------------------------------------------------------|
Would it be possible for the exported table (eg HTML) to have multi-lined cells (maybe using some regex before each desired new line)?