woofmark

Barking up the DOM tree. **woof** <strong>woof</strong>
A modular, progressive, and beautiful Markdown and HTML editor

Fork me on GitHub

Markdown?

Here’s a teensie bit of Markdown to get you started.

Markdown lets you produce rich HTML-formatted text by writing plain text. You can write code, text in italics or give them a “bolder” format. You can create headings by prefixing them with one or more hash characters (#). The less hashes they have, the more prominent your headings become.

Creating links is merely a matter of wrapping some text in brackets and referencing a resource locator, like the ones you’ll find at the bottom of this text. Images can be embedded just the same, except you’ll have to prefix the wrapped text with an exclamation mark.

Click on the HTML button to see this text come to life as HTML, the markup language of the web.

– Nico

Note that,

var markTags = 'still work';
var within = true;

function code (here, are, some, args) {
  // do wonderful things!
  return here * are - some + args;
}
Drop your file here to begin upload...

    
woofmark(document.querySelector('#ta'), {
  parseMarkdown: megamark,
  parseHTML: domador
});
    
  
Disclaimer: the example has a teensie bit more of code that's used to preserve the GitHub-style ``` code fences.

Get it on GitHub! bevacqua/woofmark