@@ -246,7 +246,8 @@ repository:
246246```
247247
248248> [ !NOTE]
249- > If you want to clean up and start over again you can do so with the following command:
249+ >
250+ > If you want to clean up and start over again you can do so with the following command:
250251>
251252> ``` console
252253> ./services stop
@@ -456,8 +457,8 @@ curl -iX POST \
456457
457458# ## Checking Subscriptions for QuantumLeap
458459
459- Before anything, check the subscriptions you created in steps 1️⃣ and 2️⃣ are working (i.e., at least one
460- notification for each was sent).
460+ Before anything, check the subscriptions you created in steps 1️⃣ and 2️⃣ are working (i.e., at least one notification for
461+ each was sent).
461462
462463# ### 3️⃣ Request:
463464
@@ -638,7 +639,7 @@ curl -X GET \
638639 -H 'Accept: application/json'
639640` ` `
640641
641- # ### 7️⃣ Request:
642+ # ### 7️⃣ Request:
642643
643644` ` ` console
644645curl -X GET \
@@ -677,7 +678,7 @@ This example shows minimum `luminosity` values from `Lamp:001` over each minute.
677678
678679<!--lint enable no-blockquote-without-marker-->
679680
680- # ### 8️⃣ Request:
681+ # ### 8️⃣ Request:
681682
682683` ` ` console
683684curl -X GET \
@@ -735,8 +736,9 @@ This example shows the latest four sampled `luminosity` values of lamps that are
735736the device monitor page, you should be able to see data for `Lamp:001` and `Lamp:004`.
736737
737738> [!NOTE]
738- > Geographical queries are only available starting from version `0.5` of QuantumLeap
739- > which implements the full set of queries detailed in the Geographical Queries section of the
739+ >
740+ > Geographical queries are only available starting from version `0.5` of QuantumLeap which implements the full set of
741+ > queries detailed in the Geographical Queries section of the
740742> [NGSI v2 specification](http://fiware.github.io/specifications/ngsiv2/stable/).
741743
742744# ### 1️⃣0️⃣ Request:
@@ -779,8 +781,9 @@ at `52°33'16.9"N 13°23'55.0"E` (Bornholmer Straße 65, Berlin, Germany). Even
779781available on the device monitor page, you should only see data for `Lamp:001`.
780782
781783> [!NOTE]
782- > Geographical queries are only available starting from version `0.5` of QuantumLeap
783- > which implements the full set of queries detailed in the Geographical Queries section of the
784+ >
785+ > Geographical queries are only available starting from version `0.5` of QuantumLeap which implements the full set of
786+ > queries detailed in the Geographical Queries section of the
784787> [NGSI v2 specification](http://fiware.github.io/specifications/ngsiv2/stable/).
785788
786789# ### 1️⃣1️⃣ Request:
992995[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
993996to truncate and convert the timestamps into data which can be grouped.
994997
995- # ### 1️⃣7️⃣ Request:
998+ # ### 1️⃣7️⃣ Request:
996999
9971000` ` ` console
9981001curl -iX POST \
10251028[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
10261029to truncate and convert the timestamps into data which can be grouped.
10271030
1028- # ### 1️⃣8️⃣ Request:
1031+ # ### 1️⃣8️⃣ Request:
10291032
10301033` ` ` console
10311034curl -iX POST \
0 commit comments