title: ‘’’Markdown入门’’’
date: 2019-12-17
author: Selina
tags:
- markdown
categories: 软件工具
链接 baidu
邮箱链接 17695544249@139.com
图1
引用
二级引用
- 三级引用
title
无序列表
- 有序列表
- 有序列表
多重列表
首层列表
第二层
1.第三层
斜体
粗体
delete
水平分割线三个以上***或—-
public class hello{
public static void main [String[] args]{
System.out.println("hello world")
}
}