prettier/website/playground
Simon Lydell 4893a86a6f
Fix markdown syntax highlighting for babel-flow (#6231)
Previously, the "Copy markdown" button in the playground generated
markdown containing this when having selected "babel-flow" as parser:

    ```babel-flow

This commit changes it to:

    ```jsx

So that the code blocks get syntax highlighting on GitHub.
2019-06-17 17:58:38 +02:00
..
sidebar Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
.eslintrc.yml lint fixes 2018-04-17 18:09:36 -03:00
BottomBar.js refactor & fixes 2018-04-17 16:09:44 -03:00
EditorState.js second format 2018-04-17 13:40:55 -03:00
Playground.js Playground: Remove `parser` from Copy config JSON (#6155) 2019-05-25 09:31:10 -03:00
PrettierFormat.js range support 2018-04-20 11:30:47 -03:00
VersionLink.js Bump `eslint` (#6201) 2019-06-12 11:40:05 -03:00
WorkerApi.js refactor panels.js 2018-04-19 16:30:35 -03:00
buttons.js refactor panels.js 2018-04-19 16:30:35 -03:00
codeSamples.js Adds LWC Parser to support unquoted interop attributes (#5800) 2019-02-01 13:58:50 +08:00
helpers.js lint fixes 2018-04-17 17:29:44 -03:00
index.js last minute fixes 2018-04-20 11:50:36 -03:00
markdown.js Fix markdown syntax highlighting for babel-flow (#6231) 2019-06-17 17:58:38 +02:00
panels.js Disable Ctrl + L shortcut in CodeMirror (#6143) 2019-05-22 13:17:46 -03:00
storage.js some huge changes 2018-04-11 18:22:03 -03:00
urlHash.js range support 2018-04-20 11:30:47 -03:00
util.js fix(playground): backward compatibility for --parser babylon (#5690) 2018-12-28 14:56:58 +08:00