Skip to content

Commit

Permalink
Merge pull request #450 from rhuss/fix-rendering-json-sample
Browse files Browse the repository at this point in the history
Fix for App example on the Jekyll generated pages when using <details>
  • Loading branch information
Blueforcer authored Dec 28, 2023
2 parents 4ee1061 + dc254fb commit 0c659f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ It is available as a standalone program or as a plugin for Home Assistant and io
Here is a demo, please press the triangle to unfold.

<details>
<summary>Example for adding a Youtube App as NodeRED flow</summary>

```json
<summary>Example for adding a Youtube App as NodeRED flow</summary>
<pre><code class="language-json">
[
{
"id": "2a59d30d07abe14f",
Expand Down Expand Up @@ -201,7 +200,7 @@ Here is a demo, please press the triangle to unfold.
"sessionExpiry": ""
}
]
```
</code></pre>
</details>

This Node-RED flow retrieves and displays the subscriber count of a specified YouTube channel on an AWTRIX light device. The flow consists of the following nodes:
Expand Down

0 comments on commit 0c659f6

Please sign in to comment.