diff options
author | jgart | 2021-07-28 01:39:06 -0400 |
---|---|---|
committer | jgart | 2021-07-28 01:39:06 -0400 |
commit | b42b1e09e5fae77a3531e52378f8c98fefe1df2f (patch) | |
tree | 9e0157b6f74f8690962fc64def15082f2dcc243a /topics/notebooks/binding-lite.gmi | |
parent | d2eda2838cf6f66832690ea2d377421f32205a60 (diff) | |
download | gn-gemtext-b42b1e09e5fae77a3531e52378f8c98fefe1df2f.tar.gz |
Change numbered lists to unordered lists
Diffstat (limited to 'topics/notebooks/binding-lite.gmi')
-rw-r--r-- | topics/notebooks/binding-lite.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index 5bf3725..e548362 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -87,9 +87,9 @@ Once we have this library we can start building binder-lite on top of it. The use cases for `guix-notebook-launcher` are driven by the following design decisions: -1. Automated guix container building guile library to be used by binder-lite. +* Automated guix container building guile library to be used by binder-lite. -2. Manual guix container building and running the container from the command line, +* Manual guix container building and running the container from the command line, `guix-notebook-launcher`, by users on their workstations. ## Initial Ideas for binder-lite Front End and Backend |