Skip to content

Commit ae479e4

Browse files
committed
docs: fix mangled footnote markers in supported hubs list
Replace bold-wrapped escaped asterisks (**\*** / **\*\***) with typographic dagger/double-dagger symbols. The asterisk markers at the start of the footnote definition lines were mangled into [] and [*] by the MkDocs Markdown renderer; daggers are plain Unicode and render unambiguously.
1 parent 807de8f commit ae479e4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Full documentation is available at **[imicknl.github.io/python-overkiz-api](http
1818

1919
- Atlantic Cozytouch
2020
- Bouygues Flexom
21-
- Brandt Smart Control **\***
21+
- Brandt Smart Control
2222
- Hitachi Hi Kumo
2323
- Nexity Eugénie
24-
- Rexel Energeasy Connect **\*\***
24+
- Rexel Energeasy Connect
2525
- Sauter Cozytouch
2626
- Simu (LiveIn2)
2727
- Somfy Connexoon IO
@@ -30,9 +30,9 @@ Full documentation is available at **[imicknl.github.io/python-overkiz-api](http
3030
- Somfy TaHoma Switch
3131
- Thermor Cozytouch
3232

33-
**\*** _This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
33+
_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
3434

35-
**\*\*** _Requires OAuth credentials provided by Rexel._
35+
_Requires OAuth credentials provided by Rexel._
3636

3737
## Installation
3838

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ pyOverkiz is an async Python library for interacting with Overkiz-based platform
2424

2525
- Atlantic Cozytouch
2626
- Bouygues Flexom
27-
- Brandt Smart Control **\***
27+
- Brandt Smart Control
2828
- Hitachi Hi Kumo
2929
- Nexity Eugénie
30-
- Rexel Energeasy Connect **\*\***
30+
- Rexel Energeasy Connect
3131
- Sauter Cozytouch
3232
- Simu (LiveIn2)
3333
- Somfy Connexoon IO
@@ -36,6 +36,6 @@ pyOverkiz is an async Python library for interacting with Overkiz-based platform
3636
- Somfy TaHoma Switch
3737
- Thermor Cozytouch
3838

39-
**\*** _This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
39+
_This server's authentication method isn't supported yet. To use it, obtain an access token (by sniffing the original app) and create a local user on the Overkiz API platform._
4040

41-
**\*\*** _Requires OAuth credentials provided by Rexel._
41+
_Requires OAuth credentials provided by Rexel._

0 commit comments

Comments
 (0)