Hello all. I am new to Discourse. I am trying to create a theme component to replace the table elements used (table, tbody, th, tr, td) with list items (ol/ul, li) or failing that just div tags.
I have so far managed to remove the table headings with handlebars and also some custom topic listing through the similar hook, however, the div content created is within the table. A brief example is below…
<script type='text/x-handlebars' data-template-name='list/topic-list-item.raw'> ... </script>
Does anyone know how to replace all use of tables in Discourse, preferably with ordered or unordered lists?