To edit it simply double click in the text. To go back to the rendered view double click again.
Markdown is a simple to read and write markup syntax that is great for structured content and displaying code, both inline
and formatted:
this.foo();
bar();
You can find a syntax overview here. The JavaScript-based rendering is implemented by showdown.js.
What? This project packages abstractions for JavaScript that proved to be useful in the Lively Web project. On first glance it might seem to be just another underscore.js library but apart from extensions to existing JavaScript objects and classes it also provides abstractions for asynchronous code, new object representations, and functions for inspecting JavaScript objects.
js
this.is("JavaScript").code;