write.as

## Headers # This is a level-one header ## This is a level-two header ### This is a level-three header #### This is a level-four header ##### This is a level-five header ## Emphasis *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ ## Unordered Lists * Item 1 * Item 2 * Item 2a * Item 2b ## Ordered Lists 1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b ## Images ![Strangecode logo](https://i.imgur.com/MJGPEt9.png) ![Alt text here](https://i.imgur.com/MJGPEt9.png "Image title text here") ## Links Here's an inline link to [Google](http://www.google.com/). Here's a reference-style link to [Google][1]. Here's a more readable reference-style link to [Yahoo!][yahoo]. [1]: http://www.google.com/ [yahoo]: http://www.yahoo.com/ ## Blockquotes As Kanye West said: > We're living the future so > the present is our past. ## Inline code For example `<addr>`. If your code itself contains backticks, you may have to use multiple backticks as delimiters: The name ``Tuple`2`` is a valid .NET type name. ## Preformatted text Indent four spaces to create an escaped `<pre><code>` block: tell application "Foo" beep end tell