[quote="sujato, post:13, topic:12008"] Can you? I don’t see how. [/quote] RegEx to the rescue :smile: I replaced `()|()|()|()|()|()` with `|` and added table header. [quote="sujato, post:13, topic:12008"] I don’t think we support markdown tables. [/quote] Discourse does indeed support markdown tables with the following syntax: ``` |align left|align center|align right| |---|:---:|---:| |left|center|right| ``` |align left|align center|align right| |---|:---:|---:| |left|center|right| [quote="sujato, post:13, topic:12008"] They get converted to HTML for display anyway, so what is in the browser is no different. [/quote] True, but they are also automatically nested in a `
` tagged with the appropriate css class in the background that wraps the output. Pure Discourse magic :smile: Here is the converted table, I also spotted and fixed two or three typos (link to raw markdown of this post for easy copy/paste https://discourse.suttacentral.net/raw/12008/16): ___ Edit: merged into OP