aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-12-27 14:18:30 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-10 21:28:44 -1000
commit23cd085f4cf52dfdd2d00b75c2370cf34508a98a (patch)
treed7fb1dbf9b34623312f49a2f10f8963a49086e2b /README.md
parent0c6c333f1c7b9c3ab062d26a4b2541de055307f6 (diff)
downloadpatchfoo-23cd085f4cf52dfdd2d00b75c2370cf34508a98a.tar.gz
patchfoo-23cd085f4cf52dfdd2d00b75c2370cf34508a98a.zip
Add codeInTextareas option
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d59e18..dcf2019 100644
--- a/README.md
+++ b/README.md
@@ -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