nodiscc / hecat

Generic automation tool around data stored as plaintext YAML files
GNU General Public License v3.0
29 stars 5 forks source link

exporters/markdown_singlepage: fix alphabetical ordering of tags #99

Closed nodiscc closed 1 year ago

nodiscc commented 1 year ago

See https://github.com/nodiscc/hecat/actions/runs/4707885989/jobs/8350013346?pr=66

The ### DNS section is written before the ### Database Management section, it should be the opposite (a < N).

The problem must be in the sorting algorithm used in def load_yaml_data(path, sort_key=False):

nodiscc commented 1 year ago

Fixed in https://github.com/nodiscc/hecat/pull/66