Changeset - 7d7965a5f6a1
[Not reviewed]
0 1 0
http://stargazer.livejournal.com/ http://stargazer.livejournal.com/@web - 8 years ago 2016-08-30 20:19:45

add code block
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
sandbox.mdwn
Show inline comments
...
 
@@ -11,25 +11,28 @@ Here's another one with *emphasized* text.  And even **really emphasized** text.
 
## Subheader
 
<a id="test"></a>
 

	
 
> This is a blockquote.
 
>
 
> This is the first level of quoting.
 
>
 
> > This is nested blockquote.
 
>
 
> Back to the first level.
 

	
 
Numbered list 
 

	
 
1. First item.
 
1. Another.
 
1. And another..
 

	
 
Bulleted list
 

	
 
* *item*
 
* item
 
  * sub-item
 
  * *sub*-item
 

	
 
    code block
 
    block of code
 

	
 
[[ikiwiki/WikiLink]]
0 comments (0 inline, 0 general)