Skip to content

Commit 962e02c

Browse files
committed
reworked docu
1 parent a3bf5cb commit 962e02c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/Functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ If the tutorial should be tested on the console environment, you have to specify
351351

352352
### displayContent <a name="displayContent"></a>
353353
#### parameter
354-
1. The title of the step.
354+
1. The title of the step.
355355
2. An array of json objects with files, content, or images to be rendered within the katacoda step. The use for this function is to display an image and some descriptive text. No Katacoda Syntax is allowed in the files or the content!
356356
3. (Optional) Path to the current directory where the user is located (relative to the workspace directory). Only needed if the directory is changed within this step.
357357
#### example
@@ -360,8 +360,8 @@ display("Step title", [{ "file": "files/description.asciidoc" }, { "content": "T
360360
#### Details
361361
Available attributes in the json objects:
362362

363-
file: Path to a file whose content is to be displayed in the katacoda step (e.g. .asciidoc or .txt file). The file should be following the formating of asciidoc files. additional formating information.
364-
content: Plain text to be displayed in the katacoda step. This Text should be following the formating of markdown or asciidoc // Todo
363+
file: Path to a file whose content is to be displayed in the katacoda step (e.g. .asciidoc or .txt file). The file should be following the formating of asciidoc files.
364+
content: Plain text to be displayed in the katacoda step. This Text should be following the formating of asciidoc files.
365365
image: Path to an image to be displayed in the katacoda step.
366366

367367
***

0 commit comments

Comments
 (0)