mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 04:11:49 +03:00
107 lines
1.4 KiB
Markdown
107 lines
1.4 KiB
Markdown
|
Main Header
|
||
|
=====
|
||
|
|
||
|
Sub Header
|
||
|
----
|
||
|
|
||
|
# Header 1
|
||
|
## Header 2
|
||
|
### Header 3
|
||
|
#### Header 4
|
||
|
##### Header 5
|
||
|
###### Header 6
|
||
|
|
||
|
# Both Headers
|
||
|
====
|
||
|
|
||
|
testing
|
||
|
paragraphs
|
||
|
|
||
|
Testing a
|
||
|
second paragraph
|
||
|
> Quoted one
|
||
|
now, we require no > on hand wrapped lines.
|
||
|
|
||
|
some code
|
||
|
stuff
|
||
|
|
||
|
And interprets characters literally, producing > for >, etc as needed.
|
||
|
# Such as headers
|
||
|
> And what would be quotes.
|
||
|
blockquotes can contain other forms such as
|
||
|
> # Headers
|
||
|
> Code
|
||
|
> blocks
|
||
|
> And multiline paragraphs
|
||
|
> work as you'd expect.
|
||
|
>
|
||
|
> We also can
|
||
|
> > Nest blockquotes
|
||
|
> > So really it's just like email
|
||
|
> Awesome right?
|
||
|
|
||
|
# [Header link](www.google.com "Google")
|
||
|
[Header link 2](www.google.com)
|
||
|
-----
|
||
|
|
||
|
We also have hrules
|
||
|
|
||
|
-----
|
||
|
*****
|
||
|
_ _ _
|
||
|
|
||
|
As well as `inline code &<>` stuff.
|
||
|
|
||
|
*emph*
|
||
|
**strong**
|
||
|
***both***
|
||
|
|
||
|
+ unordered
|
||
|
+ list
|
||
|
+ of
|
||
|
+ things
|
||
|
|
||
|
1. list
|
||
|
8. of
|
||
|
3. [ordered](http://en.wikipedia.org/wiki/ordered)
|
||
|
6. Things
|
||
|
|
||
|
### Quoted Lists:
|
||
|
> + unordered
|
||
|
> + list
|
||
|
> 2. ordered
|
||
|
> 4. list
|
||
|
|
||
|
2.
|
||
|
list containing
|
||
|
a paragraph
|
||
|
|
||
|
A second paragraph in the list
|
||
|
4.
|
||
|
Some code
|
||
|
In a list
|
||
|
|
||
|
+ list containing
|
||
|
+
|
||
|
+ another list
|
||
|
+ with stuff
|
||
|
+
|
||
|
1. and a different
|
||
|
2. list
|
||
|
3. cool stuff eh?
|
||
|
|
||
|
Block Html:
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Foo</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<pre><code><div class="footer">
|
||
|
&copy; 2004 Foo Corporation
|
||
|
</div>
|
||
|
</code></pre>
|
||
|
|
||
|
And of course we have *emph*, more _emph_, **strong**, and more __strong__
|