diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 20:58:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 20:58:32 -0400 |
commit | 977c334e2ec15647dda128516f286cdcfeab2964 (patch) | |
tree | ab6bcc548b577cadd2431c57bf9f3403fb292a9c /docs/Config_Reference.md | |
parent | 624d94f6acbcb6f860d6f1c01c81e277bbf1f21e (diff) | |
download | kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.gz kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.xz kutter-977c334e2ec15647dda128516f286cdcfeab2964.zip |
docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple
lines.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index ec48559e..e3b2b33f 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3458,12 +3458,12 @@ text: ## [display_template] -Display data text "macros" (one may define any number of sections -with a display_template prefix). This feature allows one to reduce +Display data text "macros" (one may define any number of sections with +a display_template prefix). This feature allows one to reduce repetitive definitions in display_data sections. One may use the builtin render() function in display_data sections to evaluate a -template. For example, if one were to define [display_template -my_template] then one could use `{ render('my_template') }` in a +template. For example, if one were to define `[display_template +my_template]` then one could use `{ render('my_template') }` in a display_data section. ``` |