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
Hi, I tried to use markdown-preview-mode but failed.
I have installed markdown command with $apt install markdown.
So my installation may be correct.
Following is from *Messages* buffer
Markdown-Preview mode enabled in current buffer
Websocket opened
You can run the command ‘markdown-preview-mode’ with M-x ma-p-m RET
Websocket opened
error in process filter: Not enough arguments for format string [2 times]
Thanks.
The text was updated successfully, but these errors were encountered:
Hey. I haven't been looking into the mode for quite some time. Probably it just got outdated and something broke around dependencies, but given the "WebSocket open" message got printed there is a hope the server is running, but the opening of the browser is somehow broken.
You can try the following:
Set markdown-preview-auto-open custom var to nil.
Call interactive function markdown-preview-open-browser. This should print the URL into Messages. Then you can try opening it manually. If URL is not there, then issue is more severe and I'll try to finally upgrade the deps. Thanks.
This is not only the servelet problem, but also some message usage
internally wrong of this package that all of those message wrapper
doesn't safety check the first argument whether containing format
strings, for example:
Hi, I tried to use markdown-preview-mode but failed.
I have installed
markdown
command with$apt install markdown
.So my installation may be correct.
Following is from
*Messages*
bufferThanks.
The text was updated successfully, but these errors were encountered: