On endlessm/threadbare#1466 (comment) we found that:
a. It is possible to use # in the name of git branches
b. This is mishandled by amalgamate-pages. For instance it posts comments like this:
Play this branch at https://play.threadbare.game/branches/endlessm/#1272_Storybook_Redisign.
but this link does not work because # has special meaning in URLs.
On endlessm/threadbare#1466 (comment) we found that:
a. It is possible to use
#in the name of git branchesb. This is mishandled by amalgamate-pages. For instance it posts comments like this:
but this link does not work because
#has special meaning in URLs.