Skip to content

jeffam70/Markdown-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Markdown Viewer Test

Different viewers (like Minimalist Markdown Editor and GitHub) may display markdown differently. This is a test for different viewers - view the source in a text editor while comparing output from markdown viewers. Note: Some differences are only in how markdown appears in the text editor, but produces the same output when displayed in viewer.

Headers

This is a Header 1

This is a Header 2

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Here's italicized text
Here's bold text
Here's bold italicized text

Unordered lists

  • (-) list item
  • (-) list two
    • (-) sublist one
  • (+) list item
    • (+) sublist item
      • (+) subsublist item
  • (*) list item
  • (*) list two
  • (*) list three

Ordered lists

  1. numbered item without double-space line ending plus Another non-bulleted item
  2. numbered item with double-space line ending plus
    Another non-bulleted item
    1. sublist item

Formatting (horizontal rules)




Blockquote

This is something someone said a while ago that's an interesting quote that is so long that it wraps on the screen in the browser and still appears fine on-screen continuing to be a run-on sentence that is almost not understandable in a normal sense.

This is something
someone said
a while ago (with double-space line endings)

This is something someone said a while ago that

quotes someone interesting as well

and finishes afterward.

Also, Headings...

  • and lists
  1. can be included
  2. too, as well as other markdown

Code

Text with inline code included.

block of
source
code

Normal text

    block of
    indented
    source code

Normal text

block of
preformatted
code

Special Characters

© ® ← ↑ ≈ — (See HTML Characters)

Links

This is an inline Google link.
This is a hinted inline Google link.
This is an inline image link. alt-text-image
This is a hinted inline image link. alt-text-hinted-image
Here is a reference link to a Search Site.
Here is a reference link to Microcontrollers.
Here is a reference link to an image: alt-text-hinted-image.

Tables (with embedded HTML formatting)

Column 1 Wrapped and
Centered Column 2
Right-justified
Column 3
Row 1 Cell 1 Cell 2 Cell 3
Row 2 Cell 4 Small Cell 5 Cell 6
Row 3 Cell 7 Cell 8 Long Cell
Contents 9
Row 4 Cell 10 Cell 11 w/superscript123 Cell 12

123 Table note describing a special thing about a cell.

Oddities

Text followed by This is a Header 1

This is a Header 2

  • (-) list item
  • (+) list two (spaced a bit further than prev (-) list item)
  • (*) list three (spaced a bit further than prev (+) list item)
  1. numbered item with double-space line ending followed by
    4-space indented inline code statement

  2. numbered item without double-space line ending followed by blank line then

    4-space indented inline code statement

  3. numbered item without double-space line ending followed by two blank lines then

    4-space indented inline code statement

This is supposed to be bold text
This is supposed to be strong italicized text

|-------------------------------------------|

Column 1 Column 2 Column 3
Row 1 Cell 1 Cell 2 Cell 3
---------- ---------- ---------- ----------
Row 2 Cell 4 Cell 5 Cell 6
Row 3 Cell 7 Cell 8 Cell 9
Row 4 Cell 10 Cell 11 Cell 12
-------------------------------------------
block of
source
code
``` And statement after  
Then another line

About

Markdown test document (README.md) for GitHub and other viewer display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •