Android

markdown语法学习

2018-09-13  本文已影响3人  小乌龟爸

# Markdown Editor

Yet another Chrome Markdown Editor.

## Features

* Save your data at real time

* Drag and drop a file to load it

* Ctrl/Cmd + S to save the source file

* Support Github Flavored Markdown syntax

* Support many languages highlight in editor and preview mode

## Syntax Highlight

    ``` javascript

function myFunc(theObject) {

  theObject = {make: "Ford", model: "Focus", year: 2006};

}

var mycar = {make: "Honda", model: "Accord", year: 1998},

    x,

    y;

x = mycar.make;    // x gets the value "Honda"

myFunc(mycar);

y = mycar.make;    // y still gets the value "Honda"

    ```

## Feedback

https://github.com/chenzhiwei/chrome-markdown-editor

上一篇下一篇

猜你喜欢

热点阅读