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.
This commit is contained in:
parent
c374368053
commit
ce9bc1258a
@ -14,7 +14,7 @@ capable board.
|
||||
- Modules Available
|
||||
|
||||
{% for key, value in support_matrix|dictsort %}
|
||||
{{ '.. _' ~ key ~ ':' }}
|
||||
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
|
||||
* - {{ key }}
|
||||
- {{ '`' ~ value|join("`, `") ~ '`' }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user