Description
Environment
- Minimal Mistakes version: 4.16.3
- Ruby gem or remote theme version: 4.16.3
- Jekyll version: 3.8.5
- Git repository URL: https://github.com/deadlydog/deadlydog.github.io
- GitHub Pages hosted (if yes provide URL to site): https://deadlydog.github.io/
- Operating system: Windows 10 / GitHub
Expected behavior
When creating a post and using a tag or category with a #
in it, the tag/category does not get displayed properly on the post; instead just an empty box is displayed.
For an example, see the tags and categories on this page, which uses .Net
and C#
as a tag and category. .Net
shows up fine, but C#
ends up just being an small empty box.
I believe the issue is caused by the parsing of the tags/categories and splitting on the #
sign.
The tag does show up properly in the tags and categories pages; just not on the posts themselves.
Steps to reproduce the behavior
Simply include a #
in your tag or category name on a post. I've tried escaping the #
as well as wrapping it in quotes, but nothing seems to work.
e.g. Here's a post with front matter that reproduces the issue.
title: 'Sweet C# Gems'
permalink: /sweet-c-gems/
categories:
- .NET
- C#
tags:
- .NET
- C#
Thank you for providing this outstanding theme!