I have a table:
| YAY! | TABLE | \^^/ | 1-liner JSON column! |
| ---- | ----- | ---- | -------------------- |
| That | has | JSON | `{a: 1, b: 2, c: 3}` |
| Here | is | more | `{d: 4, e: 5, f: 6}` |
Is there any way for me to insert in multiline code blocks into a generated table cell?
<br/>
also works independently from`
or<code>
to force multiline cells. I've used/tested this in combination withpandoc
convertingmy.md
toHTML
. – Charpoy