diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-27 14:18:30 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-10 21:28:44 -1000 |
commit | 23cd085f4cf52dfdd2d00b75c2370cf34508a98a (patch) | |
tree | d7fb1dbf9b34623312f49a2f10f8963a49086e2b /README.md | |
parent | 0c6c333f1c7b9c3ab062d26a4b2541de055307f6 (diff) | |
download | patchfoo-23cd085f4cf52dfdd2d00b75c2370cf34508a98a.tar.gz patchfoo-23cd085f4cf52dfdd2d00b75c2370cf34508a98a.zip |
Add codeInTextareas option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `showPrivates`: Whether or not to show private messages. Default is `true`. Overridden by `filter=all`. - `previewVotes`: Whether to preview creating votes/likes/digs (`true`) or publish them immediately (`false`). default: `false` - `ooo`: if true, use `ssb-ooo` to try to fetch missing messages in threads. also can set per-request with query string `?ooo=1`. default: `false` +`codeInTextareas`: if `true`, render markdown code blocks in textareas. if `false`, render them in `pre` tags. default: `false` ## TODO |