melissawm / sphinx-tags

A tiny Sphinx extension that implements blog-style tags for documentation.
https://sphinx-tags.readthedocs.io/en/latest/
MIT License
44 stars 11 forks source link

Handle special characters in tags #57

Closed JWCook closed 10 months ago

JWCook commented 1 year ago

Closes #39; closes #56; closes #58

Changes

Example

A tag named {{🧪test tag; please ignore}} will result in:

Screenshot

JWCook commented 1 year ago

@melissawm These changes are ready for review now.

JWCook commented 1 year ago

I moved all tests for this PR to #59 to try to make this a bit easier to review.

speth commented 11 months ago

@melissawm - Is there a chance for this to be reviewed / merged soon? I'm interested in using sphinx-tags and wanted to be able to use tags with spaces. I fixed that and another small problem in my fork (speth/sphinx-tags) but didn't want to clobber this work that includes several other improvements.

melissawm commented 10 months ago

I am sooooo sorry it's taken me this long - real job caught up with me 😅 I will review now.