当前位置:网站首页>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 :
边栏推荐
- Ms-tct: INRIA & SBU proposed a multi-scale time transformer for motion detection. The effect is SOTA! Open source! (CVPR2022)...
- Prophet模型的简介以及案例分析
- 微信为什么使用 SQLite 保存聊天记录?
- 用友OA漏洞学习——NCFindWeb 目录遍历漏洞
- The latest financial report release + tmall 618 double top, Nike energy leads the next 50 years
- Docker安装Redis
- 2019 Alibaba cluster dataset Usage Summary
- 递归的方式
- [sword finger offer] 60 Points of N dice
- 關於這次通信故障,我想多說幾句…
猜你喜欢
Introduction to the usage of model view delegate principal-agent mechanism in QT
Excellent open source fonts for programmers
std::true_type和std::false_type
2019 Alibaba cluster dataset Usage Summary
Distiller les connaissances du modèle interactif! L'Université de technologie de Chine & meituan propose Virt, qui a à la fois l'efficacité du modèle à deux tours et la performance du modèle interacti
面向程序员的精品开源字体
Recommend easy-to-use backstage management scaffolding, everyone open source
IP, subnet mask, gateway, default gateway
带你穿越古罗马,元宇宙巴士来啦 #Invisible Cities
Grafana 9.0 正式发布!堪称最强!
随机推荐
【Swoole系列2.1】先把Swoole跑起来
高精度运算
關於這次通信故障,我想多說幾句…
Common - magic number 7
Comparative examples of C language pointers *p++, * (p++), * ++p, * (++p), (*p) + +, +(*p)
Redis的五种数据结构
[swoole series 2.1] run the swoole first
Automatic reservation of air tickets in C language
2022暑期项目实训(三)
[sword finger offer] 60 Points of N dice
测试123
2022 Summer Project Training (I)
Compilation principle - top-down analysis and recursive descent analysis construction (notes)
The latest financial report release + tmall 618 double top, Nike energy leads the next 50 years
Heavy! Ant open source trusted privacy computing framework "argot", flexible assembly of mainstream technologies, developer friendly layered design
從交互模型中蒸餾知識!中科大&美團提出VIRT,兼具雙塔模型的效率和交互模型的性能,在文本匹配上實現性能和效率的平衡!...
bonecp使用数据源
Jerry's updated equipment resource document [chapter]
J'aimerais dire quelques mots de plus sur ce problème de communication...
重磅硬核 | 一文聊透对象在 JVM 中的内存布局,以及内存对齐和压缩指针的原理及应用