markmon icon indicating copy to clipboard operation
markmon copied to clipboard

A pandoc/markdown previewer with fast Mathjax re-rendering.

Results 13 markmon issues
Sort by recently updated
recently updated
newest added

I cannot see figure in the same dir, or figure/image-xxx.png now ![image](https://user-images.githubusercontent.com/25276073/101238975-0ad24b80-371f-11eb-9835-1322ea79362f.png) my settings is : ![image](https://user-images.githubusercontent.com/25276073/101238999-2e959180-371f-11eb-9541-fc6e9cfe2d26.png)

Hi I have added the feature I requested yesterday(https://github.com/yyjhao/markmon/issues/14), with some tricky ways. You can run `markmon ./` to view a directory of markdown files. Now I can write hyperlinks...

Do footnotes have any css name/selector -I don't actually know what are they called, I jut realized- that I could poke at to change their styling from my custom css...

hi I'm up against an issue with npm install. Any ideas? thanks: MacBook-Pro-2:~ chipbrock$ sudo npm install -g markmon /usr/local/bin/markmon -> /usr/local/lib/node_modules/markmon/bin/markmon > [email protected] install /usr/local/lib/node_modules/markmon/node_modules/fsevents > node-gyp rebuild CXX(target)...

Port 3000 is in common use for many projects, including `create-react-app` and when I install markmon globally it takes over that port.

I have a fairly large Markdown file, and exactly when the number of characters is 120731 (and I save) I get this error: ``` exec error: { Error: stdout maxBuffer...

Hello, I cannot run markmon on Arch Linux using the latest node. After installing with `npm`, I get the following error when running markmon: ``` $ markmon express deprecated app.configure:...

``` $ sudo netstat -an | grep 3002 tcp6 0 0 ::1.3002 ::1.53506 ESTABLISHED tcp6 0 0 ::1.53506 ::1.3002 ESTABLISHED tcp46 0 0 *.3002 *.* LISTEN $ sudo lsof -i...

Hallo, editing an equation in a file that is being previewd does not seem to work properly: 1. after the edit the original equation is still being shown and the...

Would you like to implement a feature that I start markmon in a directory and I can access all the markdown files via my browser with fast re-rendering when file...