Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View VerseeCode's full-sized avatar

Block or report VerseeCode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VerseeCode/README.md

browserify-markdown-editor

pic

A demo showing how to build a markdown editor with browserify and marked.

You can play with the finished product, it may even prove useful ;)

var a = 3;
console.log('Nice demo!');

Installation

npm install thlorenz/browserify-markdown-editor

How to use this demo

I created a tag for every major step numbered in order, so you can checkout each tag and look at the code.

  • review all tags and what changed from one to the next in the Changelog

  • list all tags: git tag -n

  • checking out a tag example: git checkout 003-static-server

Playing with the code:

  • after checking out a new tag do npm install in order to update added dependencies
  • up til tag 003-static-server:
    • browserify main.js > bundle.js
    • then open index.html in the browser
  • then just node index and for the later part npm start will also work

Note that you can inspect each file separately as long as you enable source maps in your browser, find more information about browserify sourcemaps here

License

MIT

Popular repositories Loading

  1. VerseeCode VerseeCode Public

    JavaScript

  2. gationCon gationCon Public

    A UINavigationController that allows the root view controller to be changed after initialization

    TypeScript

  3. webased webased Public

    A web-based chat application using modern technologies such as React, GraphQL and styled-components

  4. KNVs KNVs Public

    KNV(Key-N-Value) is a very fast protocol engine for manipulating protocol data without knowing the detail of its contents. KNV serves for…

    JavaScript

  5. EAGLE EAGLE Public

    Forked from HeXPixCat/EAGLE

    Converters from EAGLE to Fritzing file format

    C#