From 6c21ce11a1f8eac41b3fab59b6b0e302f9752d8a Mon Sep 17 00:00:00 2001 From: jak0lantash Date: Mon, 7 Nov 2022 10:40:01 +0000 Subject: [PATCH] Attempt at fixing the note collapse/expand Sorry, it seems that the content following `!!! note` needs to be indented. The preview doesn't allow to test it. For https://github.com/tasmota/docs/issues/1101 --- docs/Sonoff-DIY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Sonoff-DIY.md b/docs/Sonoff-DIY.md index 2e6f00c8f2..9b9c1cb398 100644 --- a/docs/Sonoff-DIY.md +++ b/docs/Sonoff-DIY.md @@ -39,8 +39,8 @@ curl -XPOST --header "Content-Type: application/json" --data-raw '{"deviceid": " ``` !!! note -`$SONOFF_IP` must be defined with the IP or FQDN of the intended Sonoff device before running the `curl` command. Example: -```sh + `$SONOFF_IP` must be defined with the IP or FQDN of the intended Sonoff device before running the `curl` command. Example: + ```sh SONOFF_IP="10.0.0.2" ``` @@ -105,7 +105,7 @@ curl -XPOST --data "{\"deviceid\":\"\",\"data\":{\"downloadUrl\": \"http://sonof !!! note `$HASH` must be defined with the `sha256sum` of the intended firmware file (the `.bin` file) before running the `curl` command. Example: -```sh + ```sh HASH="f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2" ```