test markdown

  • George Washington
  • John Adams
  • Thomas Jefferson

This site was built using GitHub Pages.

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
#include<iostream>
using namespace std;
int main()
{
    cout<<"hello world"<<endl;
}
First Header Second Header Third Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell

markdown is amazing

一张图片

原文地址:https://www.cnblogs.com/MalcolmMeng/p/10049286.html