Sample
9/1/2022
Sample Post 1
This is a sample post.
This is a paragraph.
This is a paragraph with strikeout.
This is an emphasized paragraph.
Welcome to crayon
First list
Second list
Third list
Table1 | Table2 |
---|---|
Content1 | Content2 |
Han river
HamburgerText
print("Hello World")
require 'redcarpet' markdown = Redcarpet.new("Hello World!") puts markdown.to_html
printf("Hello World");