当前位置:网站首页>Markdown syntax for document editing (typera)
Markdown syntax for document editing (typera)
2022-07-06 18:20:00 【xiayuexingkong】
1 Insert code block ( With Java For example )
Input method input in English ```Java
class CountDownActivity : AppCompatActivity() {
val countDownModel by viewModels<CountDownModel>()
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_count_down)
val tvContent = findViewById<TextView>(R.id.tv_content)
countDownModel.countDownLiveData.observe(this) {
tvContent.text = it
}
}
}2 Title Grammar
# First level title ## Secondary title ### Three level title #### The fourth level title ##### Five level titles ###### Six level title
3 Font format syntax
// In bold ** Please call me song god ** // The highlighted == All the flowers I'm waiting for are thanks == // Delete line ~~ Legend of hungry wolf ~~ // Italics * Kiss good-bye *
Please call me song god
== All the flowers I'm waiting for are thanks == Legend of hungry wolf Kiss good-bye
4 Quote grammar
> Luo Guanzhong >> Cao xueqin >>> Shi Naian
Luo Guanzhong
Cao xueqin
Shi Naian
5 Split line
// Split line 1 --- // Split line 2 ***
6 Insert a picture

7 Hyperlinks
[ Description of hyperlink ](https://github.com/aSmartTortoise12)
8 list
// Unordered list - Super Mario - Contra - Tanks war // Ordered list 1 Robotech: The Macross Saga 2 The king of Fighters 3 Ice peak
Super Mario
Contra
Tanks war
1 Robotech: The Macross Saga 2 The king of Fighters 3 Ice peak
9 form
| full name | class | fraction |
|---|---|---|
| Lau Andy | 1 class | -20 |
| Aaron Kwok | 2 class | 80 |
| Jacky Cheung | 9527 class | 100 |
reference :
边栏推荐
- Heavy! Ant open source trusted privacy computing framework "argot", flexible assembly of mainstream technologies, developer friendly layered design
- Jerry's updated equipment resource document [chapter]
- 第三季百度网盘AI大赛盛夏来袭,寻找热爱AI的你!
- 虚拟机VirtualBox和Vagrant安装
- 华为0基金会——图片整理
- 递归的方式
- Jerry's watch deletes the existing dial file [chapter]
- MSF横向之MSF端口转发+路由表+SOCKS5+proxychains
- Kill -9 system call used by PID to kill process
- C语言高校实验室预约登记系统
猜你喜欢

1700C - Helping the Nature

Introduction to the usage of model view delegate principal-agent mechanism in QT

Introduction and case analysis of Prophet model

Comparative examples of C language pointers *p++, * (p++), * ++p, * (++p), (*p) + +, +(*p)

287. 寻找重复数

C language exchanges two numbers through pointers

UDP protocol: simple because of good nature, it is inevitable to encounter "city can play"

【Swoole系列2.1】先把Swoole跑起来

使用cpolar建立一个商业网站(1)

Interesting - questions about undefined
随机推荐
SAP Fiori 应用索引大全工具和 SAP Fiori Tools 的使用介绍
關於這次通信故障,我想多說幾句…
【中山大学】考研初试复试资料分享
使用cpolar建立一个商业网站(1)
F200 - UAV equipped with domestic open source flight control system based on Model Design
模板于泛型编程之declval
2022暑期项目实训(三)
Transport layer congestion control - slow start and congestion avoidance, fast retransmission, fast recovery
The third season of Baidu online AI competition is coming in midsummer, looking for you who love AI!
Implementation of queue
高精度运算
Kill -9 system call used by PID to kill process
std::true_ Type and std:: false_ type
STM32+ESP8266+MQTT协议连接OneNet物联网平台
2019阿里集群数据集使用总结
44所高校入选!分布式智能计算项目名单公示
[sword finger offer] 60 Points of N dice
阿里云国际版ECS云服务器无法登录宝塔面板控制台
Top command details
Compilation Principle -- C language implementation of prediction table