Shohei YOSHIDA

Results 212 comments of Shohei YOSHIDA

I misunderstood. `markdown-view-mode` is major-mode, not minor-mode. major-mode cannot be toggled. So we need to disable markdown-view-mode by enabling another major-mode like markdown-mode.

> Switching _to_ `markdown-view-mode` sets the file read-only. Switching _to_ `markdown-mode` should set the file read-write. Yes. I'll consider about this.

I cannot reproduce this issue. Could you tell us how to reproduce this issue in detail ? I tried following steps - put image under `foo/a.png` - Open following markdown...

markdown-mode does nothing about converting html. It is external command(`markdown-command`) responsibility

![a](https://user-images.githubusercontent.com/554281/110232720-d0b55780-7f62-11eb-86ee-7346e81817a1.png) I cannot reproduce your issue by minimum configurationc(`emacs -Q -l markdown-mode.el test.md`). Could you tell us minimum configuration which reproduces your issue ?

@plantarum I have sent PR #577. Please check it.

markdown-mode does not support footnote except pandoc extension yet. And commonmark and GFM does not support footnote yet. However footnote syntax are matched as reference link(See original markdown specification https://daringfireball.net/projects/markdown/syntax)...