fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

Incorrect works code blocks? #129

Closed Skif-off closed 8 years ago

Skif-off commented 9 years ago

For example https://github.com/gelobi/Griddify/blob/master/docs/manual-install.md Lines: 45 and +49-53, 58-63.

fletcher commented 9 years ago

I don't understand.

Skif-off commented 9 years ago

Unfortunately my English is bad, in a few words:

Open the Terminal application (normally stored in the `/Applications/Utilities` folder)

```/usr/libexec/PlistBuddy -c “print” ~/Library/Preferences/com.adobe.CSXS.5.plist```

The output should look like this:

Dict { LogLevel = 1 }


* To confirm that the entry has beew key:
Dict {
    PlayerDebugMode = 1
    LogLevel = 1
}
```

Manually



please convert into HTML.

Screenshot Pandoc vs. MultiMarkdown
![default](https://cloud.githubusercontent.com/assets/6333198/9501903/23585490-4c3f-11e5-8302-eb0e84457e2c.png)
fletcher commented 9 years ago

Got it.

1) I will look at this.

2) A fix (for now) is to change number of backticks (4 instead of 3):

````/usr/libexec/PlistBuddy -c “print” ~/Library/Preferences/com.adobe.CSXS.5.plist````

The output should look like this:

Dict { LogLevel = 1 }