Home
Features
Demo
Sign up
Log in
Simple demo
|
Advanced demo
WMD Demo ======== *Modify or delete this text in the editor above.* WMD's context-sensitive commands pack a lot of power into a simple user interface. Here are some advanced features to try: Keyboard shortcuts ------------------ Use keyboard shortcuts to quickly toggle formatting while you type: - Ctrl+B for **strong** - Ctrl+I for *emphasis* - Ctrl+K for `code` See the tooltips for other keyboard commands. Auto-indent ----------- Press `Shift+Enter` at the end of a list item to start a new one. It works with blockquotes and code blocks, too. Nesting ------- Work from the inside out to put elements inside each other. For example, select a list, then press the `Blockquote` button to make a quoted list. (To nest blockquotes, select an existing blockquote plus at least one other line of text.) Custom Markdown --------------- There's nothing magical about the output of the editor commands; they just write standard Markdown input for you. You can also type in your own Markdown directly instead of using the buttons. Tidy Markdown ------------- WMD makes it easy to be obsessive about your Markdown source. Toggle blockquotes off and on to re-wrap them, and cycle headers to tidy their underlines. Select the whole document and press the `Hyperlink` button to tidy the URL list at the end of the text. Raw HTML -------- You're always free to type in HTML directly. All server-side HTML filtering will still be applied when you submit your text to the server. For more information on Markdown, visit the [Markdown site][1] or see the [Wikipedia entry for Markdown][2]. [1]: http://daringfireball.net/projects/markdown [2]: http://en.wikipedia.org/wiki/Markdown
Bugs? Comments? Feature requests?