Giter Site home page Giter Site logo

wmd's Introduction

WMD: The WYSIWYM Markdown Editor

Introduction

This is a fork from the wmd branch for Open Library, which is forked from the Stackoverflow branch of wmd. I forked it and added some of the Pull Requests Nonpython created for the Stackoverflow branch. It's a jQuery plugin and is very easy to implement.

How to use

Example using wmd with jQuery:

<html>
    <head>
        <title>WMD Example using jQuery</title>
        <link rel="stylesheet" type="text/css" href="wmd.css"/>

        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
        <script type="text/javascript" src="jquery.wmd.min.js"></script>
    </head>
    <body>
        <h1>WMD Example using jQuery</h1>
        <div>
            <textarea class="wmd-input"></textarea>
        </div>

        <script type="text/javascript">
            $(function() {
               $(".wmd-input").wmd(); 
            });
        </script>
    </body>
</html>

License

WMD Editor is licensed under MIT License.

wmd's People

Contributors

derobins avatar anandology avatar cky avatar

Stargazers

Shawn Crigger avatar

Watchers

James Cloos avatar Shawn Crigger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.