Franklin Yu

Results 335 comments of Franklin Yu

@hazardawareness @j3r3miah The current blocker seems to be that we cannot decide the "correct" behavior when we introduce global geometry. As @uranusjr said > It might be tricky to come...

I'm not sure whether we can do anything about it other than prompting user not to open any random `.md` file. If we deny access to file-system then this app...

> The app could refuse to open/launch executables. @pmetzger I’m not even sure whether it’s possible. There is no code in MacDown that really launches the application, of course. I...

The placeholder suggestion from @kg4zow sounds nice, but there are two difficulties: 1. How to reliably “remember” the HTML block when the file is updated? 2. How do we inject...

The preference of MacDown is saved in these two files: ```shell $HOME/Library/Preferences/com.uranusjr.macdown.plist $HOME/Library/Preferences/com.uranusjr.macdown.LSSharedFileList.plist ``` if you just want to back up the preference (second file may be missing). Unfortunately, I’m...

@Jmuccigr Yes, exactly. This is Hoedown bug. This is fixed in their `develop` branch, so it will be fixed in MacDown in the future. ### details Minimal working example to...

Indentation size other than 4 is not considered valid by [CommonMark](http://spec.commonmark.org/0.26/#indented-code-blocks): > An indented chunk is a sequence of non-blank lines, each indented _four_ or more spaces. Indentation with 2...

For easier debugging, please provide *source code* of *minimal* working example.

In your example, the preview in MacDown looks the same as in GitHub. What's the issue?