out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

No newline in index list #53

Closed HEmile closed 3 years ago

HEmile commented 3 years ago

Bug description

The index is creating a nice overview of elements in the annotation, but they're missing newlines. For instance, my index.md looks like

- [https_github_com_out-of-cheese-error_gooseberry_issues_50](https_github_com_out-of-cheese-error_gooseberry_issues_50.md)- [https_github_com_out-of-cheese-error_gooseberry](https_github_com_out-of-cheese-error_gooseberry.md)

which doesn't render as a proper list in Markdown.

Ninjani commented 3 years ago

The expected behavior is that you would add the newline in the template itself. In case there are configurations where the newline isn't wanted.

HEmile commented 3 years ago

Apologies, I missed this setting. Works now!