From 35e6c9897199552dd91ad478b1a1b9e52c40a18d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 3 Jul 2021 16:41:39 +0530 Subject: doc: Use emph instead of quotes for emphasis. * doc/ccwl.skb (Tutorial)[First example, Capturing the standard output stream of a command]: Use emph instead of double quotes for emphasis. --- doc/ccwl.skb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ccwl.skb b/doc/ccwl.skb index fcf6e25..8fe4aea 100644 --- a/doc/ccwl.skb +++ b/doc/ccwl.skb @@ -68,9 +68,9 @@ function can return multiple output values as well. These multiple outputs are unordered and are each addressed by a unique name.]))) (section :title [First example] - (p [As is tradition, let us start with a simple "Hello World" -workflow in ccwl. This workflow accepts a string input and prints that -string.]) + (p [As is tradition, let us start with a simple ,(emph "Hello +World") workflow in ccwl. This workflow accepts a string input and +prints that string.]) (scheme-source "doc/hello-world.scm") @@ -110,8 +110,8 @@ as follows. The expected output is also shown.]) (prog :line #f (source :file "doc/hello-world.out"))) (section :title [Capturing the standard output stream of a command] - (p [Let us return to the “Hello World” example in the previous -section. But now, let us capture the standard output of the + (p [Let us return to the ,(emph "Hello World") example in the +previous section. But now, let us capture the standard output of the ,(code "print") command in an output object. The ccwl code is the same as earlier with only the addition of an ,(code "stdout") type output object to the command definition.]) -- cgit v1.2.3