From e210c87ec368869b774b88206e2034b39d017a49 Mon Sep 17 00:00:00 2001 From: Hugh Secker-Walker Date: Tue, 19 May 2020 07:24:02 -0400 Subject: [PATCH 1/2] chore(fix): Fix some problems with demo quickref --- docs/demo/quickref.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/demo/quickref.md b/docs/demo/quickref.md index 10f09bdacf..303a4c2593 100644 --- a/docs/demo/quickref.md +++ b/docs/demo/quickref.md @@ -14,7 +14,7 @@ First thing is first. You can use *stars* or _underscores_ for italics. **Doub Paragraphs are pretty easy too. Just have a blank line between chunks of text. > This chunk of text is in a block quote. Its multiple lines will all be -> indended a bit from the rest of the text. +> indented a bit from the rest of the text. > > > Multiple levels of block quotes also work. @@ -23,10 +23,13 @@ Sometimes you want to include some code, such as when you are explaining how `HTML you add will -not show up formatted. This way you can show markdown examples in a + + The text will stay as text, so any *markdown* or HTML you add will + not show up formatted. +This way you can show markdown examples in a markdown document. > You can also use preformatted text with your blockquotes @@ -109,15 +112,15 @@ You might want a few advanced lists: them on the next line with no indentation. - Alternately, if that looks ugly, you can also -indent the next line a bit for a prettier look. + indent the next line a bit for a prettier look. - You can put large blocks of text in your list by just indenting with four spaces. -This is formatted the same as code, but you can inspect the HTML + This is formatted the same as code, but you can inspect the HTML and find that it's just wrapped in a `

` tag and *won't* be shown as preformatted text. -You can keep adding more and more paragraphs to a single + You can keep adding more and more paragraphs to a single list item by adding the traditional blank line and then keep on indenting the paragraphs with four spaces. You really need to only indent the first line, but that looks ugly. @@ -130,7 +133,7 @@ to only indent the first line, but that looks ugly. - Lists support preformatted text - You just need to indent eight spaces. + You just need to indent eight spaces. Even More @@ -145,7 +148,7 @@ If you need a horizontal rule you just need to put at least three hyphens, aster **************************** _ _ _ _ _ _ _ -Those three all produced horizontal lines. Keep in mind that three hyphens under any text turns that text into a heading, so add a blank like if you use hyphens. +Those three all produced horizontal lines. Keep in mind that three hyphens under any text turns that text into a heading, so add a blank line if you use hyphens. Images ------ From e516463b7eee13d112c89c6e8f1850f8449847f4 Mon Sep 17 00:00:00 2001 From: Hugh Secker-Walker Date: Tue, 19 May 2020 09:52:15 -0400 Subject: [PATCH 2/2] Update smiley image url --- docs/demo/quickref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo/quickref.md b/docs/demo/quickref.md index 303a4c2593..5f43fceab1 100644 --- a/docs/demo/quickref.md +++ b/docs/demo/quickref.md @@ -157,7 +157,7 @@ Images work exactly like links, but they have exclamation points in front. They ![Google Logo](http://www.google.com/images/errors/logo_sm.gif) and ![Happy]. -[Happy]: http://www.wpclipart.com/smiley/simple_smiley/smiley_face_simple_green_small.png ("Smiley face") +[Happy]: https://wpclipart.com/smiley/happy/simple_colors/smiley_face_simple_green_small.png ("Smiley face") Inline HTML