Skip to content

Commit d82a303

Browse files
committed
updated image and code block formatting
1 parent ac0cc55 commit d82a303

File tree

9 files changed

+13
-10
lines changed

9 files changed

+13
-10
lines changed
Loading
Loading
340 Bytes
Loading
Loading
187 Bytes
Loading
911 Bytes
Loading

tutorials/hana-cloud-dl-clients-node/hana-cloud-dl-clients-node.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,27 +160,30 @@ In addition to the Node.js driver covered in this tutorial which is `@sap\iq-cli
160160
>node nodeQuery.js
161161
>```
162162
163-
>```Shell (Linux)
163+
Linux or Mac
164+
165+
>```Shell
164166
>export DEBUG=*
165167
>node nodeQuery.js
166-
>```
168+
>```
167169
168-
> ![debug output](debug-flag.png)
170+
> ![debug output](debug-flag.png)
169171
170-
> The value of the environment variable DEBUG can be seen and removed with the commands below.
172+
> The value of the environment variable DEBUG can be seen and removed with the commands below.
171173
172174
>```Shell (Microsoft Windows)
173175
>set DEBUG
174176
>set DEBUG=
175177
>set DEBUG
176-
>```
178+
>```
177179
178-
>```Shell (Linux or Mac)
180+
Linux or Mac
181+
182+
>```Shell (Linux)
179183
>printenv | grep DEBUG
180184
>unset DEBUG
181185
>printenv | grep DEBUG
182-
>```
183-
186+
>```
184187
185188
### Create an asynchronous app that uses callbacks
186189
@@ -194,7 +197,7 @@ Asynchronous programming enables non-blocking code execution which is demonstrat
194197
195198
Substitute `pico` below for your preferred text editor.
196199
197-
```Shell (Linux or Mac)
200+
```Shell (Linux)
198201
pico nodeQueryCallback.js
199202
```
200203
Loading

tutorials/hana-cloud-dl-clients-odbc/hana-cloud-dl-clients-odbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The ODBC Data Source Administrator can be used to view the installed ODBC driver
4444

4545
5. Select **SAP IQ** and click **Finish**.
4646

47-
<!-- border -->![New data source](Create-new-data-source-1.png)
47+
![New data source](Create-new-data-source-1.png)
4848

4949
6. Configure the data source.
5050

0 commit comments

Comments
 (0)