Login Register

Markdown

Markdown parser progressing

I continue working on Markdown parser and for now it already supports:

  • span elements (bold, italic, inline images links and code)
  • settext and atx headers
  • code blocks
  • blockquotes, partly supported for now (in some cases output differs from original Markdown output)
  • horizontal rules
  • backslash escaping for special chars (\*, \`, etc)

The Markup Previews project idea

Hello,

I'm interested in "Markup Previews" from the ideas list.

Some time ago I used Markdown in one of my projects and thought that it would be great to be able to see how it looks like in real-time while the text is being edited without sending a request to server.

So I'll be glad to create a markup language parser and integrate it with dojo as a GSoC project.
The development will include:

  • architecture design (from what it will consist off and how it will be integrated with other dojo stuff)
Syndicate content