[JS] Header problem on output.markdown table

While trying to display a markdown table in a JavaScript script using output.markdown(), I noticed that the first two rows are displayed as header (with bold font-weight). See below.

1 Like

Thanks for reporting the issue. We are working on it. It will be fixed with the next release.

Thanks a lot Ralf! :+1:
By the way, I discovered this error while trying to mimic the Airtable output.table() function allowing to display arrays or objects. If it can be helpful to anyone, it can be found at https://github.com/basteks/seatable-misc/tree/main in the script output-table.js. I also suggest integrating it directly in the JavaScript pre-defined objects on https://ideas.seatable.io/.

Bests,
Benjamin

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.