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?
Replace `
with <code>
tags and use
and <br>
for indentation.
Similarly you can use <pre>
tags instead of ```
.