Shohei YOSHIDA

Results 212 comments of Shohei YOSHIDA

```elisp (add-to-list 'markdown-code-lang-modes '("js" . rjsx-mode)) ``` The configuration is like above snippet. However it looks that it doesn't work. `js2-mode` which `rjsx-mode` depends on does not work too. I...

![Screenshot from 2022-03-04 23-02-09](https://user-images.githubusercontent.com/554281/156777053-f7838240-8d63-4ac6-bb4d-273e1fe709bc.png) `js-mode` and `rainbow-delimiters-mode` work well.

I'm not sure that how about introduce customize variables like this https://github.com/jrblevin/markdown-mode/commit/4854179b789d67ef6134db5ae2cb9126ae0be993 ?

@steveb-123 How about latest version ? It highlights as below screenshot. ![superscript](https://user-images.githubusercontent.com/554281/149791469-ad5b0dad-8d11-4dcc-a0d6-6877671c516d.png)

I'm afraid that there's no way.

Thanks for reporting issue. However I cannot reproduce. Could you tell us how to reproduce this issue in more detail ? reproduce steps, cursor position etc.

@jrblevin Could you update your home page document or change this repository URL from http://jblevins.org/projects/markdown-mode/ to https://github.com/jrblevin/markdown-mode/blob/master/README.md or remove it ?

> Do the developers no longer have the ability to edit jblevins.org? Is Jason Blevins no longer with us? He is busy. I am main maintainer of markdown-mode and I...

Thanks for reporting the issue. `markdown-view-mode` and `gfm-view-mode` should toggle its state, however current implementations do not. I'll try to check whether they can implement like that later. BTW you...