Loïs Bégué

Results 6 comments of Loïs Bégué

there's a workarround for this one: save the editor value just after the editor has been initialized and use this saved value instead of "{}" ... ```javascript editor = new...

The Markdown Preview plugin is based on the [marked](https://github.com/chjj/marked) project. The plugin allow to choose between "_Standard Markdown_" and "_Github-Flavored (GFM)_". - "_Standard Markdown_" correspond to [Markdown](http://daringfireball.net/projects/markdown/syntax) - "_Github-Flavored (GFM)_"...

@Ativerc: as for your issue No 2: the color of the code background within the preview panel depends on the theme chosen. Hence, some themes enforce a background color for...

I don't have a unix/linux shell at hand, though I **guess** the input string (_keyboard stream_) is first interpreted by the shell (although single quoted) and then passed to jsonlint...

### Straight forward - adding CSS themes: 1. download a Markdown CSS theme file e.g. from [markdown-css-themes](https://github.com/jasonm23/markdown-css-themes) 1. save it to the plugin folder under `X:\Users\"myaccount"\AppData\Roaming\Brackets\extensions\user\gruehle.markdown-preview\themes ` 1. edit the...

> ...Will use \t You have to :-) As specified within the [JSON Data Interchange Format](https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf): a TAB (U+0009) _within a JSON value_ is defined as one of the control...