From 58a5885da076edeccba8a0bfcefc049cdf03f4af Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 11 May 2014 21:44:07 -0230 Subject: Fixed up line lengths, and removed syntax highlighting because it sucked. --- markdown.html.markdown | 68 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/markdown.html.markdown b/markdown.html.markdown index 8820c555..606840d3 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -5,18 +5,25 @@ contributors: filename: markdown.md --- -Markdown was created by JohnGruber in 2004. It's meant to be an easy to read and write syntax which converts easily to HTML (and now many other formats as well). +Markdown was created by John Gruber in 2004. It's meant to be an easy to read and write syntax which converts easily to HTML (and now many other formats as well). Give me as much feedback as you want! / Feel free to fork and pull request! -```markdown - +``` + - + - + # This is an

## This is an

### This is an

@@ -30,7 +37,7 @@ This is an h1 This is an h2 ------------- - + @@ -44,11 +51,13 @@ __And so is this text.__ **_As is this!_** *__And this!__* - + ~~This text is rendered with strikethrough.~~ - + This is a paragraph. I'm tryping in a paragraph isn't this fun? @@ -58,7 +67,8 @@ I'm still in paragraph 2 too! I'm in paragraph three! - + I end with two spaces (highlight me to see them). @@ -67,7 +77,8 @@ There's a
above me! > This is a block quote. You can either -> manually wrap your lines and put a `>` before every line or you can let your lines get really long and wrapp on their own and it doesn't make a difference so long as they start with a `>`. +> manually wrap your lines and put a `>` before every line or you can let your lines get really long and wrap on their own. +> It doesn't make a difference so long as they start with a `>`. > You can also use more than one level >> of indentation? @@ -98,7 +109,8 @@ or 2. Item two 3. Item three - + 1. Item one 1. Item two @@ -115,12 +127,14 @@ or 4. Item four - + This is code So is this - + my_array.each do |item| puts item @@ -138,10 +152,12 @@ def foobar end \`\`\` -<-- The above text doesn't require indenting, plus Github will use syntax highlighting of the language you specify after the ``` --> +<-- The above text doesn't require indenting, plus Github will use syntax +highlighting of the language you specify after the ``` --> - + *** --- @@ -149,8 +165,8 @@ end **************** - - + [Click me!](http://test.com/) @@ -164,12 +180,15 @@ end -[Click this link][link1] for more info about it! [Also check out this link][foobar] if you want to. +[Click this link][link1] for more info about it! +[Also check out this link][foobar] if you want to. [link1]: http://test.com/ "Cool!" [foobar]: http://foobar.biz/ "Alright!" - + @@ -193,7 +212,8 @@ end - is equivalent to [http://testwebsite.com/](http://testwebsite.com/) + is equivalent to +[http://testwebsite.com/](http://testwebsite.com/) @@ -201,17 +221,19 @@ end -I want to type *this text surrounded by asterisks* but I don't want it to be in italics, so I do this: \*this text surrounded by asterisks\*. +I want to type *this text surrounded by asterisks* but I don't want it to be +in italics, so I do this: \*this text surrounded by asterisks\*. - + | Col1 | Col2 | Col3 | | :----------- | :------: | ------------: | | Left-aligned | Centered | Right-aligned | | blah | blah | blah | -or, for the same results + Col 1 | Col2 | Col3 :-- | :-: | --: -- cgit v1.2.3