Markdown Language for Jottit


How to I add a URL to the page?

Add angle brackets around the URL.

Thus, this:

<http://www.EpublishersWeekly.com>

gives you this:

http://www.EpublishersWeekly.com

How do I insert a picture into a page?

You can use the following syntax:

![Globe](http://rurl.org/8dh)

where "Globe" is the title of the image and "http://rurl.org/8dh" the address of the image.

That is:

  • An exclamation mark: !;
  • followed by a set of square brackets, containing the alt attribute text for the image;
  • followed by a set of parentheses, containing the URL or path to the image, and an optional title attribute enclosed in double or single quotes.
changed December 8, 2007