TatsuyaNakamori / vscode-reStructuredText

Language Support for reStructuredText
MIT License
3 stars 2 forks source link

Grid Table Formatting Issue with Lists #8

Open sachin-suresh-rapyuta opened 5 months ago

sachin-suresh-rapyuta commented 5 months ago

The unordered (UL) and ordered (OL) lists within the tables do not format correctly.

Example input:

+---------+------------+
| UL demo | OL demo    |
+=========+============+
|| - UL 1 || #. List 1 |
|| - UL 2 || #. List 2 |
+---------+------------+

Expected Ouput: Properly formatted UL and OL lists within the grid table. Actual Output: The output does not correctly reflect the formatted lists.

image

Temp Workaround: To manually remove the double pipelines for each column which is tedious for big tables.