Open svandragt opened 3 months ago
TIL entries for example might start with #til <the thing I learned>.
#til <the thing I learned>
However, this makes it not show up in the search.
Assumption: The search query probably starts with a space to avoid picking up markdown headings.
Potential solutions:
#
Testing indicates it's a parse_tags bug, not a markdown rendering bug
parse_tags
Link to an example
TIL entries for example might start with
#til <the thing I learned>
.However, this makes it not show up in the search.
Assumption: The search query probably starts with a space to avoid picking up markdown headings.
Potential solutions:
#
followed by a space, whereas tags have no space after the hashtag.