Describe the bug
VINCE claims to support extended Markdown as shown by https://www.markdownguide.org/extended-syntax/
Specifically, the markdown preview shows support for lists and tables.
The actual output does not show actual lists and tables, instead showing just the markdown source.
To Reproduce
Steps to reproduce the behavior:
- Enter a new reply
- Start an ordered list using 1) one 2) two, etc.
- Make sure to have a new line at each entry of the list.
- submit the reply.
Expected behavior
The expected behaviour is that there is a neatly ordered list with one item per line.
Or a neatly laid out table, following the syntax of markdown guide.
** Actual behaviour**
The actual output is not a list at all, it is a continuous line with "1) one 2) two, 3) three, etc."
Describe the bug
VINCE claims to support extended Markdown as shown by https://www.markdownguide.org/extended-syntax/
Specifically, the markdown preview shows support for lists and tables.
The actual output does not show actual lists and tables, instead showing just the markdown source.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behaviour is that there is a neatly ordered list with one item per line.
Or a neatly laid out table, following the syntax of markdown guide.
** Actual behaviour**
The actual output is not a list at all, it is a continuous line with "1) one 2) two, 3) three, etc."