We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e7a6c commit 83756f7Copy full SHA for 83756f7
_sass/how.scss
@@ -10,6 +10,7 @@ section span {
10
11
p {
12
font-weight: normal;
13
+ margin: 0px;
14
}
15
16
hr {
how.html
@@ -18,7 +18,7 @@ <h1 style="float:'left'"><strong>{{ plugin.title | raw }}</strong></h1>
18
<h2> {{ option.title }}</h2>
19
<p>{{ option.description }}</p>
20
{% if plugin.options %}
21
- <span style="background-color: #ffe59e;" >
+ <span style="background-color: #ffe59e; " >
22
Command line parameters used by <b>{{ option.title }} plugin</b>:<br>
23
{% for parameter in option.parameters %}
24
<b>{{ parameter.name | raw }}</b> : {{ parameter.description}}<br>
0 commit comments