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:
sommersoft 2020-08-08 11:37:49 -05:00
parent c374368053
commit ce9bc1258a

View File

@ -14,7 +14,7 @@ capable board.
- Modules Available
{% for key, value in support_matrix|dictsort %}
{{ '.. _' ~ key ~ ':' }}
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
* - {{ key }}
- {{ '`' ~ value|join("`, `") ~ '`' }}