Skip to content

Commit 4e64fb1

Browse files
committed
Fixing markdown line length
1 parent 905aea2 commit 4e64fb1

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/content/examples/Linux.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ realvnc-server-debug-logging:
138138
139139
## Download, install and license RealVNC VNC Server
140140
141+
<!-- markdownlint-disable -->
141142
```yaml
142-
# Installs/updates VNC Server and either licenses it offline with license key or joins to the cloud with a cloud connectivity token
143+
# Installs/updates VNC Server and either licenses it offline with license key
144+
# or joins to the cloud with a cloud connectivity token
143145

144146
# CONFIGURE PARAMETERS BELOW TO YOUR REQUIREMENTS
145147

@@ -202,7 +204,8 @@ template:
202204
fi
203205
204206
# Download VNC Server package from RealVNC website
205-
curl -fsL --retry 3 "https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${Version}-Linux-${Architecture}${FileExt}" -o "${TempPath}/VNC${FileExt}"
207+
curl -fsL --retry 3 "https://downloads.realvnc.com/download/file/vnc.files/\
208+
VNC-Server-${Version}-Linux-${Architecture}${FileExt}" -o "${TempPath}/VNC${FileExt}"
206209
207210
# Install VNC Server package
208211
if [ "$FileExt" = ".deb" ]; then
@@ -262,3 +265,5 @@ template:
262265
- sh -x {{ $LinuxScriptPath }}
263266
- rm -f {{ $LinuxScriptPath }}
264267
- shell: sh
268+
```
269+
<!-- markdownlint-restore -->

docs/content/examples/Windows.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ realvnc-server-debug-logging:
128128
129129
## Download, install and license RealVNC VNC Server
130130
131+
<!-- markdownlint-disable -->
131132
```yaml
132-
# Installs/updates VNC Server and either licenses it offline with license key or joins to the cloud with a cloud connectivity token
133+
# Installs/updates VNC Server and either licenses it offline with license key
134+
# or joins to the cloud with a cloud connectivity token
133135

134136
# CONFIGURE PARAMETERS BELOW TO YOUR REQUIREMENTS
135137

@@ -223,3 +225,4 @@ template:
223225
- DEL {{ $WindowsScriptPath }}
224226
- shell: cmd.exe
225227
```
228+
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)