remove underscore replacement

This commit is contained in:
Robert Kaussow 2020-05-25 20:26:12 +02:00
parent e01792f57c
commit f5093c0f76
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% if var %}
* [Default Variables](#default-variables)
{% for key, item in var | dictsort %}
* [{{ key }}](#{{ key | replace("_", "-") }})
* [{{ key }}](#{{ key }})
{% endfor %}
{% endif %}
* [Dependencies](#dependencies)