Skip to content

Commit 52827de

Browse files
author
Alistair Turnbull
committed
README.nancy.md: Wrap a long line
1 parent ce0b28f commit 52827de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ Nancy recognises these commands:
150150
trailing newline removed. This can be used to expand the output of a
151151
program run with `$run`.
152152
+ *`$path`* Expands to the file currently being expanded, relative to the
153-
input tree. This is always a template file, unless the current input path is a single file.
153+
input tree. This is always a template file, unless the current input path
154+
is a single file.
154155
+ *`$realpath`* Returns the real path of the file currently being expanded.
155156
+ *`$outputpath`* Returns the path of the output for the file currently
156157
being expanded.

README.nancy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ Nancy recognises these commands:
135135
trailing newline removed. This can be used to expand the output of a
136136
program run with `\$run`.
137137
+ *`\$path`* Expands to the file currently being expanded, relative to the
138-
input tree. This is always a template file, unless the current input path is a single file.
138+
input tree. This is always a template file, unless the current input path
139+
is a single file.
139140
+ *`\$realpath`* Returns the real path of the file currently being expanded.
140141
+ *`\$outputpath`* Returns the path of the output for the file currently
141142
being expanded.

0 commit comments

Comments
 (0)