This commit is contained in:
2019-04-15 19:48:03 -04:00
commit 537f2d483f
18 changed files with 427 additions and 0 deletions

5
markup/asciidoc.adoc Normal file
View 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
View 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
View 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
View 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
View 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.

View 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]].