PageDown-Bootstrap
Project on GitHub
PageDown-Bootstrap Demo Page
This is a demo of the pagedown editor styled to match bootstrap.
1. This is the basic editor
This is the *first* editor. ------------------------------ Just plain **Markdown**, except that the input is sanitized:
I'm the ghost from the past!
2. This is a custom editor
This is the *second* editor. ------------------------------ It has a plugin hook registered that surrounds all words starting with the letter A with asterisks before doing the Markdown conversion. Another one gives bare links a nicer link text. User input isn't sanitized here:
I'm the ghost from the past!
http://google.com http://stackoverflow.com It also includes a help button.