🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple, configurable markdown editor and parser plugin with support for live preview and WYSIWYG editor toolbar.

Bootstrap editor WYSIWYG-Editor markdown-editor

Documentation

jquery-smde - A simple markdown editor

jquery-smde is a simple markdown editor using jquery, bootstrap and jquery-textrange. Editing (obviously) and parsing is entirely done in the client browser so there's no need for server-side code.

Since version 0.1.14 jquery-smde can be installed via bower using: bower install jquery-smde

ToDo

  • add live preview option

Changelog

  • 0.1.19:

    • small fix for preview update method
  • 0.1.18:

    • .md-preview is now correctly wrapped in a div.col-md-6 when sideBySide option is true
  • 0.1.17:

    • added support for code in double backticks and backticks in code tags
    • added support for literal asterisks and underscores
    • added support for various backslash escapes
    • fixed JSDoc comments
    • added some markdown test documents in "./src/md-tests/" folder
  • 0.1.16:

    • added support for multi-line and nested block quotes
    • support for markdown in block quotes
    • content of list items is now wrapped in paragraphs
    • bug fixes due to refactoring of variable names
  • 0.1.15:

    • fixed links
    • fixed tabs and "\n\n+" in multi-line code blocks
    • added simplified link
  • 0.1.14:

    • added sideBySide option
  • 0.1.13:

    • added support for recursive lists
    • example page now loads README.md
    • fixed a bug where update preview button wasn't enabled when preview option was set to true
  • 0.1.12:

    • button layout fixed for bootstrap 3.3.6
  • 0.1.11:

    • added support for simple link parsing
  • 0.1.10:

    • internal refactoring of SimpleMarkdownEditor.showPreview() method
    • added new jscs rules
  • 0.1.9:

    • added headings (h1-h6) and alternate heading (h1, h2)
    • strikethrough "~~" implemented

You May Also Like