Skip to content

Commit 5c90066

Browse files
committed
Highlight some lines
1 parent 19f87d1 commit 5c90066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/side_quests/workflows_of_workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Composable workflows have some differences from the ones you saw in the 'Hello N
111111

112112
Let's update the greeting workflow to match this structure. Change the code to the following:
113113

114-
```groovy title="workflows/greeting.nf" linenums="1"
114+
```groovy title="workflows/greeting.nf" linenums="1" hl_lines="6 7 9 15 16 17"
115115
include { VALIDATE_NAME } from '../modules/validate_name'
116116
include { SAY_HELLO } from '../modules/say_hello'
117117
include { TIMESTAMP_GREETING } from '../modules/timestamp_greeting'

0 commit comments

Comments
 (0)