Skip to content

Commit dd1b9d3

Browse files
committed
Use <pre> for code
1 parent 12a7ca0 commit dd1b9d3

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed

tutorials/commandLine.html

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,31 @@
66

77
<p>There several command line options available for Open Live Writer. To invoke them,
88
either run Open Live Writer from the command line:<p>
9-
<strong><p>OpenLive.exe options</p></strong>
9+
<pre>OpenLiveWriter.exe options</pre>
1010
<p>Or you can edit your shortcut properties</p>
11-
<p>In fact, if you look at the default short properties some tweaking has already been done.
12-
You'll see that an update check is done before OpenLiveWriter is started:<p>
13-
<strong><p>C:\Users\kathw\AppData\Local\OpenLiveWriter\Update.exe --processStart OpenLiveWriter.exe</p></strong>
11+
<p>In fact, if you look at the default shortcut properties, some tweaking has already been done.
12+
You'll see that an update check is done before OpenLiveWriter is started:<p>
13+
<pre>C:\Users\kathw\AppData\Local\OpenLiveWriter\Update.exe --processStart OpenLiveWriter.exe</pre>
1414
<p>Just add your command line options at the end.</p>
1515
<br>
1616
Note: Not all of the command line options may be available now, but they should be soon.
1717
<br>
1818
<p>Command line options</p>
1919
<ul>
20-
<li>CULTURE argument - example en-us</li>
21-
<li>OPTIONS - show options</li>
22-
<li>OPENPOST - will open a post</li>
23-
<li>VERBOSELOGGING - will create a more verbose log</li>
24-
<li>ALLOWUNSAFECERTIFICATES - will allow unsafe certificates</li>
25-
<li>PREFERATOM - prefer ATOM to RSD during automatic configuration</li>
26-
<li>SUPPRESSBACKGROUNDREQUESTS - suppress for testing</li>
27-
<li>PROXY - override proxy settings</li>
28-
<li>PERFLOG - File path where logging should occur</li>
29-
<li>AUTOMATION MODE - Turn on automation mode</li>
30-
<li>ATTACHDEBUGGER - for testing purposes</li>
31-
<li>FIRSTRUN - show first run wizard</li>
32-
<LI>INTAPIHOST - use the specified API host for testing</LI>
33-
<LI>LOCSPY - show localization names rather than values</LI>
34-
<li>NOPLUGS - Prevents plugins from loading</li>
35-
<li>ADDBLOG - Adds a blog</li>
20+
<li>CULTURE argument - example en-us</li>
21+
<li>OPTIONS - show options</li>
22+
<li>OPENPOST - will open a post</li>
23+
<li>VERBOSELOGGING - will create a more verbose log</li>
24+
<li>ALLOWUNSAFECERTIFICATES - will allow unsafe certificates</li>
25+
<li>PREFERATOM - prefer ATOM to RSD during automatic configuration</li>
26+
<li>SUPPRESSBACKGROUNDREQUESTS - suppress for testing</li>
27+
<li>PROXY - override proxy settings</li>
28+
<li>PERFLOG - File path where logging should occur</li>
29+
<li>AUTOMATION MODE - Turn on automation mode</li>
30+
<li>ATTACHDEBUGGER - for testing purposes</li>
31+
<li>FIRSTRUN - show first run wizard</li>
32+
<li>INTAPIHOST - use the specified API host for testing</li>
33+
<li>LOCSPY - show localization names rather than values</li>
34+
<li>NOPLUGS - Prevents plugins from loading</li>
35+
<li>ADDBLOG - Adds a blog</li>
3636
</ul>
37-
38-
39-
40-
41-

tutorials/images/watermark.png

8.04 KB
Loading

0 commit comments

Comments
 (0)