当前位置:网站首页>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 :
边栏推荐
- 图片缩放中心
- Why does wechat use SQLite to save chat records?
- Comparative examples of C language pointers *p++, * (p++), * ++p, * (++p), (*p) + +, +(*p)
- 2019 Alibaba cluster dataset Usage Summary
- 当保存参数使用结构体时必备的开发技巧方式
- Windows连接Linux上安装的Redis
- 【LeetCode第 300 场周赛】
- High precision operation
- CRMEB 商城系统如何助力营销?
- Principle and usage of extern
猜你喜欢
![[swoole series 2.1] run the swoole first](/img/cd/88abf7e83e9d9d416051b33263690b.png)
[swoole series 2.1] run the swoole first

Virtual machine VirtualBox and vagrant installation

UDP协议:因性善而简单,难免碰到“城会玩”

传输层 拥塞控制-慢开始和拥塞避免 快重传 快恢复

2019 Alibaba cluster dataset Usage Summary

重磅硬核 | 一文聊透对象在 JVM 中的内存布局,以及内存对齐和压缩指针的原理及应用

FMT open source self driving instrument | FMT middleware: a high real-time distributed log module Mlog

第三季百度网盘AI大赛盛夏来袭,寻找热爱AI的你!

推荐好用的后台管理脚手架,人人开源

The integrated real-time HTAP database stonedb, how to replace MySQL and achieve nearly a hundredfold performance improvement
随机推荐
使用cpolar建立一个商业网站(1)
C语言自动预订飞机票问题
Grafana 9.0 is officially released! It's the strongest!
node の SQLite
复现Thinkphp 2.x 任意代码执行漏洞
重磅硬核 | 一文聊透对象在 JVM 中的内存布局,以及内存对齐和压缩指针的原理及应用
【中山大学】考研初试复试资料分享
Jerry's watch reads the file through the file name [chapter]
Recursive way
MSF横向之MSF端口转发+路由表+SOCKS5+proxychains
echart简单组件封装
30 minutes to understand PCA principal component analysis
Splay
Jielizhi obtains the currently used dial information [chapter]
CSRF漏洞分析
Cobra 快速入门 - 专为命令行程序而生
2022暑期项目实训(一)
2022暑期项目实训(三)
UDP协议:因性善而简单,难免碰到“城会玩”
Release of the sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]