Skip to content

Commit

Permalink
Fix formatting and overflow of 'usage' example
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 12, 2023
1 parent 8521d3f commit 477541d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ <h2 id="quick-start">Quick start <a href="#quick-start">⌾</a></h2>
Explore definitions with <span class="lighter">defs</span> and
<span class='lighter'>usage</span>.
</p>
<pre>
<pre style="overflow-x: scroll;">
$ dt defs pls | head -n 3
*
+
-

$ dt \\pls usage pls quit
( [<a>] -- ) Print the values of the most recent quote, each followed by a newline, to standard output.
( [&lt;a&gt;] -- ) Print the values of the most recent quote, each followed by a newline, to standard output.
</pre>

<p>
Expand Down

0 comments on commit 477541d

Please sign in to comment.