Results 159 comments of sbarex

On release 1.0.15, In the main App, the source markdown will auto reload when changed outside the app.

The bug is only for long documents? Can you share a .md file? There are no API to control the buttons in the Quick Look title window (also the title...

I suggest you try to convert the markdown file to html with the utility: ``` /Applications/QLMarkdown.app/Contents/Resources/qlmarkdown_cli /Users/myUser/path/to/Scrolling\ Demo.md -o /Users/myUser/path/to/Scrolling\ Demo.html ``` The try to view the generated html with...

have you tried as I told you to generate the html file with the command line utility and then try to see if the preview of the html file has...

Unfortunately I don't have a macOS 11 to test. In macos 12 a different API is used which seems to work much better. Before Monterey there are **a lot of...

~~The remote image restriction is only temporary. if the bug gets fixed I could try to implement remote image support.~~ It seems that with the old api it is not...

At the moment this application is not published on the App Store for the following reasons: - the developer license has an annual cost (which is why the precompiled version...

> > the developer license has an annual cost (which is why the precompiled version is not digitally signed) > > Signing is free and it can be an automated...

Yes, this is a problem with the third party highlighting library. Unfortunately shell scripts, due to their syntax, are very complex to process correctly.

As [issue 66](https://github.com/sbarex/QLMarkdown/issues/66) for the _definition lists_, this feature is also not supported by `cmark` used for code formatting. A dedicated extension should be written to support this aspect. Compared...