You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
It’s currently impossible to write e.g. #endif + newline in Semaphore, even in a code block.
How you found the issue
Steps to reproduce the behavior:
Type a post, newline, newline, three accent-gravis, newline, type #endif, newline
The automatically opened popup changes this to #endisnigh or something
Backspace and try again
see 2.
What you expected to happen
That I can type these, at least in fenced code blocks.
Honestly, I’d prefer to not ever see the “hashtag” popup, considering its suggestions are all-lowercase when they should be CamelCase and dromedarCase for a11y reasons, so it’s a totally useless feature and, with this bug, an antifeature even.
I’d gladly welcome a global option to disable the “hashtag” popup altogether, or ripping it out (though other users might complain about the latter).
Description of the issue
It’s currently impossible to write e.g.
#endif+ newline in Semaphore, even in a code block.How you found the issue
Steps to reproduce the behavior:
#endif, newline#endisnighor somethingWhat you expected to happen
That I can type these, at least in fenced code blocks.
Honestly, I’d prefer to not ever see the “hashtag” popup, considering its suggestions are all-lowercase when they should be CamelCase and dromedarCase for a11y reasons, so it’s a totally useless feature and, with this bug, an antifeature even.
I’d gladly welcome a global option to disable the “hashtag” popup altogether, or ripping it out (though other users might complain about the latter).