当前位置:网站首页>Day01 markdown log entry tips
Day01 markdown log entry tips
2022-07-05 07:36:00 【33 year old Java enthusiast】
markdown grammar
title
#+ title Class A
##+ title second level
###+ title Level three
…
#######+ title Level six
# title
## title
### title
#### title
#### title
##### title
###### title # The highest 6 level
typeface
I am Italic.
I'm black
I'm slanted blackbody
I'm a strikethrough
* I am Italic. * # An asterisk
** I'm black ** # One more pair of asterisks
*** I'm slanted blackbody *** # Three pairs of asterisks are It's slanting and dark
~~ I'm a strikethrough ~~ # Two wavy lines are strikethrough
picture And link
 # Screenshot's
[ Jump Links ](www.baidu.com) # link
Distinguish memory ( Be careful )
picture And the method of linking is only one difference ! Number in front
Code
``` Code type
Code
```
Or just insert the code block directly
example
public class hello{
public sataic voic main(string[] arg){
system.out.println('hello,world');
}
}
Correct code errors
public class hello{
public static void main(String[] args){
System.out.println("hello,world");
}
}
list
- I am a 1
- I am a 2
- I am a 3
- I have no rules
- I have no rules 2
1. Space means that you can turn on the list format
1. I am a 1
2. I am a 2
3. I am a 3
- Spaces enable the irregular list format
- I have no rules
- I have no rules 2
form
| full name | Birthday | Gender |
|---|---|---|
| Xiao Ming | 6-1 | male |
full name | Birthday | Gender
--|--|--|
Xiao Ming |6-1| male
Split line
--- # Three horizontal bars or three stars represent a dividing line
***
quote
I am quoting , Add one more > No. 1 is enough . You can add several more
边栏推荐
- II Simple NSIS installation package
- 公安专业知识--哔哩桐老师
- Butterfly theme beautification - Page frosted glass effect
- Opendrive arc drawing script
- What is sodium hydroxide?
- Use go language to read TXT file and write it into Excel
- SQL JOINS
- Unconventional ending disconnected from the target VM, address: '127.0.0.1:62635', transport: 'socket‘
- Build your own random wallpaper API for free
- The number of occurrences of numbers in the offer 56 array (XOR)
猜你喜欢
![When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty](/img/fe/fb6df31c78551d8908ba7964c16180.jpg)
When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty

Today, share the wonderful and beautiful theme of idea + website address

Leetcode solution - number of islands

数字孪生实际应用案例-风机篇

HDU1231 最大连续子序列(分治or动规or双指针)

Hdu1232 unimpeded project (and collection)

How to modify the file path of Jupiter notebook under miniconda

Rough notes of C language (2) -- constants

Opendrive ramp

Light up the running light, rough notes for beginners (1)
随机推荐
Hdu1232 unimpeded project (and collection)
氢氧化钠是什么?
Miracast技术详解(一):Wi-Fi Display
SQL JOINS
Process (P) runs, and idle is different from pycharm
Microservice registry Nacos introduction
I 用c I 实现队列
golang定时器使用踩的坑:定时器每天执行一次
Detailed explanation of miracast Technology (I): Wi Fi display
Light up the running light, rough notes for beginners (1)
并查集理论讲解和代码实现
Database SQL practice 3. Find the current salary details of the current leaders of each department and their corresponding department number Dept_ no
数字孪生实际应用案例-风机篇
Self summary of college life - freshman
ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
R language learning notes 1
I can't stand the common annotations of idea anymore
Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘
[idea] common shortcut keys
Basic series of SHEL script (III) for while loop