Skip to content

Commit

Permalink
Make ordered list have consistent format
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Mar 21, 2023
1 parent 21d6124 commit 490a4b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,9 @@ How to use Chart::Gnuplot on jupyter?

One way to do this is:

1) Write a svg image as a tmp file. 2) Read this tmp file and remove the first superfluous line.
* 1. Write a svg image as a tmp file.

* 2. Read this tmp file and remove the first superfluous line.

If you haven't setup Raku kernel yet, use [Jupyter::Kernel](https://github.com/bduggan/raku-jupyter-kernel).

Expand Down
4 changes: 2 additions & 2 deletions lib/Chart/Gnuplot.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,8 @@ Runs a given C<$command>. If there are no appropriate interfaces, this method wi
One way to do this is:
1) Write a svg image as a tmp file.
2) Read this tmp file and remove the first superfluous line.
=item 1. Write a svg image as a tmp file.
=item 2. Read this tmp file and remove the first superfluous line.
If you haven't setup Raku kernel yet, use L<Jupyter::Kernel|https://github.com/bduggan/raku-jupyter-kernel>.
Expand Down

0 comments on commit 490a4b7

Please sign in to comment.