Skip to content

Commit ce9bc12

Browse files
committed
support_matrix.rst: pre-process space chars in internal link names; would cause a no-id situation when names like 'ndGarage[n°] Bit6: FeatherSnow-v2' were parsed.
1 parent c374368 commit ce9bc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/support_matrix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ capable board.
1414
- Modules Available
1515

1616
{% for key, value in support_matrix|dictsort %}
17-
{{ '.. _' ~ key ~ ':' }}
17+
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
1818
* - {{ key }}
1919
- {{ '`' ~ value|join("`, `") ~ '`' }}
2020

0 commit comments

Comments
 (0)