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

Some URIs contain "_" at the end which causes italicisation #57

Closed MAB941009 closed 3 years ago

MAB941009 commented 3 years ago

Example:

image

Ninjani commented 3 years ago

This was because some URIs end with "/" which are replaced by "_"s in the filename. This will be fixed in the next release. Thanks!