user_visible_data_format will allow tables in Sign/Auth and special characters
Yes, the system will support markdown tables with special characters if you set the `user_visible_data_format` to 'simpleMarkdownV1'. Additionally, for the `user_visible_data`, input the text that needs to be displayed and signed as a base-64 encoded string.
The text can be formatted using CR, LF and CRLF for new lines.
The text must be encoded as UTF-8 and then base 64 encoded.
1--40 000 characters after base 64 encoding
Ex:
Text above
| One | Two | Three |
|-|-|-|
| Row 1, column 1 | Row 1, column 2 | Row 1, column 3 |
| Row 2, column 1 | Row 2, column 2 | Row 2, column 3 |
Text below
Note: for special letters ' - ' or ' --- ' follow the '\-'