Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.42 KB

hello_world.md

File metadata and controls

54 lines (43 loc) · 1.42 KB

Hello World

This is a test to see if my markdown parser/ html generator works as expected.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

hello

test This is italic, this is bold and this is code.

Markdown Syntax

Unordered List

  • Item 1
  • Item 2
  • Item 3
    • Item 3a
    • Item 3b newline
  • Item 1
  • Item 2
  • Item 3
    • Item 3a
    • Item 3b newline
  • Item 1
  • Item 2
  • Item 3
    • Item 3a
    • Item 3b newline

Ordered List

  1. Item 1
  2. Item 2
  3. Item 2
  4. Item 3a
  5. Item 3b
  6. Item 3
  7. Item 3

Image

Image

Link

You can just write the link in plain text https://github.com/Aleman778/aleman778.github.io, or use a custom link.

@include "other_file.md"