Skip to content

formatter: preserve case of hashtags

kaniini requested to merge kaniini/pleroma:feature/camelcase-hashtags into develop

when generating hashtag links, we used the casefolded version that we use in the link URLs, instead of the original version.

accordingly, adjust the formatter to use the original text for the links, while keeping the casefolded version for the URLs.

closes #165 (closed).

Merge request reports