OK this is fixed per:
https://github.com/discourse/discourse/pull/37658
We were leaning on regex to find tables and it did not like this table format.
The change is to lean on markdown parsing which is much more robust.
OK this is fixed per:
https://github.com/discourse/discourse/pull/37658
We were leaning on regex to find tables and it did not like this table format.
The change is to lean on markdown parsing which is much more robust.