# Markdown# Elements

Sample Post 1

Sample

9/1/2022

Sample Post 1

This is a sample post.

Text


Paragraph

This is a paragraph.
This is a paragraph with strikeout.
This is an emphasized paragraph.

Quote

Welcome to crayon

Lists

  1. First list

    • First sublist
    • Second sublist
  2. Second list

  3. Third list

Table


Table1Table2
Content1Content2

Images


Han riverHan river

HamburgerHamburger

Links


https://www.google.com/

Google

Codes


Markdown

Text

Python

print("Hello World")

Ruby

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

C

printf("Hello World");