Init
This commit is contained in:
5
markup/asciidoc.adoc
Normal file
5
markup/asciidoc.adoc
Normal file
@@ -0,0 +1,5 @@
|
||||
= Hello from Markdown!
|
||||
|
||||
**This is bold** and _this is italic_. **This is _bold and italic_**.
|
||||
|
||||
Another paragraph is finally here. http://evanwalsh.net[Here's a link].
|
5
markup/creole.creole
Normal file
5
markup/creole.creole
Normal file
@@ -0,0 +1,5 @@
|
||||
= Hello from LIBRARY!
|
||||
|
||||
**This is bold** and //this is italic//. **This is //bold and italic//**.
|
||||
|
||||
Another paragraph is finally here. [[Here's a link|http://evanwalsh.net]].
|
5
markup/markdown.md
Normal file
5
markup/markdown.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hello from Markdown!
|
||||
|
||||
**This is bold** and _this is italic_. **This is _bold and italic_**.
|
||||
|
||||
Another paragraph is finally here. [Here's a link](http://evanwalsh.net).
|
5
markup/markup.txt
Normal file
5
markup/markup.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Hello from LIBRARY!
|
||||
|
||||
**This is bold** and _this is italic_. **This is _bold and italic_**.
|
||||
|
||||
Another paragraph is finally here. [Here's a link](http://evanwalsh.net).
|
5
markup/textile.textile
Normal file
5
markup/textile.textile
Normal file
@@ -0,0 +1,5 @@
|
||||
h1. Hello from Markdown!
|
||||
|
||||
*This is bold* and _this is italic_. *This is _bold and italic_*.
|
||||
|
||||
Another paragraph is finally here. "Here's a link":http://evanwalsh.net.
|
5
markup/wikitext.mediawiki
Normal file
5
markup/wikitext.mediawiki
Normal file
@@ -0,0 +1,5 @@
|
||||
= Hello from WikiText!
|
||||
|
||||
'''This is bold''' and ''this is italic'''. '''This is ''bold and italic'''''.
|
||||
|
||||
Another paragraph is finally here. [[Here's a link|http://evanwalsh.net]].
|
Reference in New Issue
Block a user