You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic for stripping the `<p>` tag in the option description was not
considering that the description may contain other block elements. This
changes it so that it no longer strips the `<p>` tag. This was done due
to some spacing issues which are better resolved with CSS (and is
resolved in mdbook 0.5).
<ddclass="option-desc">Specifies a URL to use for the given man page. When the <code>{{man name section}}</code> expression is used, the given URL will be inserted as a link. This
81
+
<ddclass="option-desc"><p>Specifies a URL to use for the given man page. When the <code>{{man name section}}</code> expression is used, the given URL will be inserted as a link. This
79
82
may be specified multiple times. If a man page reference does not have a
80
83
matching <code>--man</code> entry, then a relative link to a file named <em>name</em><code>.md</code> will
0 commit comments