Hi there, I was trying out `polymode` and it looks like `poly-markdown` has the same issue than https://github.com/polymode/poly-org/issues/4. Using ```` ```shell ``` ```` Will start `shell-mode` instead of `sh-mode`. Using ```` ```bash ``` ```` Won't start `sh-mode` (so it looks like [`polymode-mode-name-aliases`](https://github.com/polymode/polymode/blob/9a6c72998b5155cca0622123ef5e84c9847fc0df/polymode-core.el#L157) isn't applied?).
Hi there,
I was trying out
polymodeand it looks likepoly-markdownhas the same issue than polymode/poly-org#4.Using
Will start
shell-modeinstead ofsh-mode.Using
Won't start
sh-mode(so it looks likepolymode-mode-name-aliasesisn't applied?).