This data as json
| rowid | name | body |
|---|---|---|
| 14760894 | 0.4.0 - <pre> support | You can use `{"pre": "text"}` to render text in a `<pre>` HTML tag: { "pre": "This\nhas\nnewlines" } Produces: <pre>This has newlines</pre> If the value attached to the `"pre"` key is itself a JSON object, that JSON will be pretty-printed: { "pre": { "this": { "object": ["is", "nested"] } } } Produces: <pre>{ "this": { "object": [ "is", "nested" ] } }</pre> |