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/Command_Templates.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/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index d9533f29..0d45b7b3 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -139,8 +139,8 @@ gcode: M106 S{ printer.fan.speed * 0.9 * 255} ``` -Available fields are defined in the [Status -Reference](Status_Reference.md) document. +Available fields are defined in the +[Status Reference](Status_Reference.md) document. Important! Macros are first evaluated in entirety and only then are the resulting commands executed. If a macro issues a command that |