当前位置:网站首页>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
![ Image name ]( Picture path )
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 :
边栏推荐
- [Android] kotlin code writing standardization document
- Introduction and case analysis of Prophet model
- Windows connects redis installed on Linux
- 2019 Alibaba cluster dataset Usage Summary
- Five data structures of redis
- TOP命令详解
- 2022暑期项目实训(二)
- SAP Fiori 应用索引大全工具和 SAP Fiori Tools 的使用介绍
- 30 minutes to understand PCA principal component analysis
- Scratch epidemic isolation and nucleic acid detection Analog Electronics Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
猜你喜欢
Interesting - questions about undefined
Implementation of queue
Grafana 9.0 正式发布!堪称最强!
[swoole series 2.1] run the swoole first
Windows连接Linux上安装的Redis
[Android] kotlin code writing standardization document
小程序在产业互联网中的作用
微信为什么使用 SQLite 保存聊天记录?
重磅硬核 | 一文聊透对象在 JVM 中的内存布局,以及内存对齐和压缩指针的原理及应用
win10系统下插入U盘有声音提示却不显示盘符
随机推荐
The third season of Baidu online AI competition is coming in midsummer, looking for you who love AI!
C language college laboratory reservation registration system
首先看K一个难看的数字
bonecp使用数据源
D binding function
阿里云国际版ECS云服务器无法登录宝塔面板控制台
echart简单组件封装
【中山大学】考研初试复试资料分享
复现Thinkphp 2.x 任意代码执行漏洞
华为0基金会——图片整理
Scratch epidemic isolation and nucleic acid detection Analog Electronics Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
78 year old professor Huake has been chasing dreams for 40 years, and the domestic database reaches dreams to sprint for IPO
Compilation Principle -- C language implementation of prediction table
虚拟机VirtualBox和Vagrant安装
【剑指 Offer】 60. n个骰子的点数
高精度运算
Compilation principle - top-down analysis and recursive descent analysis construction (notes)
Splay
CRMEB 商城系统如何助力营销?
SQL优化问题的简述