add explicit line breaks in <code> sections of binding maps page

This commit is contained in:
Paul Davis 2020-08-17 12:51:44 -06:00
parent 6011376b4a
commit 9221af9b1d

View File

@ -110,7 +110,7 @@ bindings"&gt;
A track/bus binding has one of two basic structures
</p>
<code>
&lt;Binding <em>msg specification</em> uri="<em>&hellip; control address &hellip;</em>"/&gt;
&lt;Binding <em>msg specification</em> uri="<em>&hellip; control address &hellip;</em>"/&gt;</br>
&lt;Binding <em>msg specification</em> function="<em>&hellip; function name &hellip;</em>"/&gt;
</code>
@ -182,7 +182,7 @@ bindings"&gt;
You can also bind sysex messages:
</p>
<code>
&lt;Binding sysex="f0 0 0 e 9 0 5b f7" &hellip;.
&lt;Binding sysex="f0 0 0 e 9 0 5b f7" &hellip;.</br>
&lt;Binding sysex="f0 7f 0 6 7 f7" &hellip;.
</code>
<p>
@ -192,7 +192,7 @@ bindings"&gt;
<p>
Finally, you can bind a totally arbitrary MIDI message:</p>
<code>
&lt;Binding msg="f0 0 0 e 9 0 5b f7" &hellip;.
&lt;Binding msg="f0 0 0 e 9 0 5b f7" &hellip;.</br>
&lt;Binding msg="80 60 40" &hellip;.
</code>
<p>