From d2a3ed4a97639d1415a4328d0353d48581c07993 Mon Sep 17 00:00:00 2001 From: Asier Arranz Date: Wed, 6 Mar 2024 19:23:41 +0000 Subject: [PATCH] Fixed bullet point list makdown requirement for Mkdocs (New line before the list starts) --- docs/tutorial_mmj.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/tutorial_mmj.md b/docs/tutorial_mmj.md index 9089d67f..977117d5 100644 --- a/docs/tutorial_mmj.md +++ b/docs/tutorial_mmj.md @@ -183,10 +183,11 @@ There is an Android app that allows you to track events and create areas of inte Here is a quick walkthough where you can see how to: -* Add the IP address of the Jetson -* Track current events -* Add new areas of interest -* Add tripwire to track the flux and direction of events + +- Add the IP address of the Jetson +- Track current events +- Add new areas of interest +- Add tripwire to track the flux and direction of events ![android2](./images/mmj_app.gif)