Skip to content

Commit bcf60f7

Browse files
committed
fix2 md markup
1 parent 61a145a commit bcf60f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See [Ruby wrapper](RubyScript/rb/README.rdoc)
2020
[Download sample workflow](samples/KNIME_Ruby_Test.zip)
2121

2222
This is simple workflow for ruby4knime testing only. It includes all realized node types.
23+
2324
![Ruby test workflow](doc/pics/workflow.png)
2425

2526
Now some details.
@@ -66,20 +67,25 @@ Cells.new.
6667
```
6768

6869
Joiner (Node 5) generates following data:
70+
6971
![joiner node 5](doc/pics/joiner.png)
7072

7173
We can control results by line plots.
7274

7375
Fragment of Line Plot (Node 10)
76+
7477
![line plot 10](doc/pics/output_10.png)
7578

7679
Fragment of Line Plot (Node 11)
80+
7781
![line plot 11](doc/pics/output_11.png)
7882

7983
Fragment of Line Plot (Node 12)
84+
8085
![line plot 12](doc/pics/output_12.png)
8186

8287
Fragment of Line Plot (Node 13)
88+
8389
![line plot 13](doc/pics/output_13.png)
8490

8591
You can combine these Ruby nodes in any combination with other KNIME nodes.

0 commit comments

Comments
 (0)