Skip to content

Commit cd02a46

Browse files
authored
Avoid overlapping of bash on long lines (root-project#664)
* Avoid overlapping of `bash` on long lines * Remove extra line added by the VS Editor
1 parent db724d3 commit cd02a46

File tree

1 file changed

+6
-6
lines changed
  • manual/creating_a_user_application

1 file changed

+6
-6
lines changed

manual/creating_a_user_application/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ $ ./demo1
7272

7373
The equivalent command on Windows is:
7474

75-
{% highlight C++ %}
75+
```
7676
> cl -nologo -MD -GR -EHsc demo1.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
7777
> demo1
78-
{% endhighlight %}
78+
```
7979

8080
> **Note**
8181
>
@@ -133,10 +133,10 @@ $ ./demo2
133133

134134
The equivalent command on Windows is:
135135

136-
{% highlight bash %}
136+
```
137137
> cl -nologo -MD -GR -EHsc demo2.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
138138
> demo2
139-
{% endhighlight %}
139+
```
140140

141141
> **Note**
142142
>
@@ -180,10 +180,10 @@ $ ./demo3
180180

181181
The equivalent command on Windows is:
182182

183-
{% highlight bash %}
183+
```
184184
> cl -nologo -MD -GR -EHsc demo3.cxx -I %ROOTSYS%\include /link -LIBPATH:%ROOTSYS%\lib libCore.lib libGpad.lib libHist.lib
185185
> demo3
186-
{% endhighlight %}
186+
```
187187

188188
> **Note**
189189
>

0 commit comments

Comments
 (0)