当前位置:网站首页>文档编辑之markdown语法(typora)
文档编辑之markdown语法(typora)
2022-07-06 10:22:00 【xiayuexingkong】
1 插入代码块(以Java为例)
输入法英文状态下输入 ```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 标题语法
# 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题
3 字体格式语法
// 加粗 **请叫我歌神** //高亮 ==我等的花儿都谢了== //删除线 ~~饿狼传说~~ //斜体 *吻别*
请叫我歌神
==我等的花儿都谢了== 饿狼传说 吻别
4 引用语法
>罗贯中 >>曹雪芹 >>>施耐庵
罗贯中
曹雪芹
施耐庵
5 分割线
//分割线1 --- //分割线2 ***
6 插入图片
![图片名称](图片路径)
7 超链接
[超链接的描述](https://github.com/aSmartTortoise12)
8 列表
//无序列表 - 超级马里奥 - 魂斗罗 - 坦克大战 //有序列表 1 超时空要塞 2 拳皇 3 冰峰
超级马里奥
魂斗罗
坦克大战
1 超时空要塞 2 拳皇 3 冰峰
9 表格
姓名 | 班级 | 分数 |
---|---|---|
刘德华 | 1班 | -20 |
郭富城 | 2班 | 80 |
张学友 | 9527班 | 100 |
参考文献:
【使用教程】15分钟快速上手Markdown教程,绝对精品,传说中的记笔记神器,写博客,程序员要必备,简单,易上手,美观_哔哩哔哩_bilibili
边栏推荐
- Cobra 快速入门 - 专为命令行程序而生
- Windows connects redis installed on Linux
- 使用block实现两个页面之间的传统价值观
- Maixll dock camera usage
- Scratch epidemic isolation and nucleic acid detection Analog Electronics Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
- Recursive way
- 2022 Summer Project Training (II)
- Transport layer congestion control - slow start and congestion avoidance, fast retransmission, fast recovery
- IP, subnet mask, gateway, default gateway
- Will openeuler last long
猜你喜欢
Open source and safe "song of ice and fire"
【Swoole系列2.1】先把Swoole跑起来
小程序在产业互联网中的作用
std::true_ Type and std:: false_ type
1700C - Helping the Nature
[Android] kotlin code writing standardization document
Declval of template in generic programming
Grafana 9.0 正式发布!堪称最强!
编译原理——自上而下分析与递归下降分析构造(笔记)
F200 - UAV equipped with domestic open source flight control system based on Model Design
随机推荐
STM32 key state machine 2 - state simplification and long press function addition
Running the service with systemctl in the container reports an error: failed to get D-Bus connection: operation not permitted (solution)
[.Net core] solution to error reporting due to too long request length
2019 Alibaba cluster dataset Usage Summary
Recursive way
面向程序员的精品开源字体
Virtual machine VirtualBox and vagrant installation
李書福為何要親自掛帥造手機?
二分(整数二分、实数二分)
Kill -9 system call used by PID to kill process
Insert dial file of Jerry's watch [chapter]
MS-TCT:Inria&SBU提出用于动作检测的多尺度时间Transformer,效果SOTA!已开源!(CVPR2022)...
Compilation principle - top-down analysis and recursive descent analysis construction (notes)
STM32+ESP8266+MQTT协议连接OneNet物联网平台
递归的方式
Scratch epidemic isolation and nucleic acid detection Analog Electronics Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
OpenEuler 会长久吗
C language college laboratory reservation registration system
Rb157-asemi rectifier bridge RB157
Coco2017 dataset usage (brief introduction)