typora

官网:https://typora.io
http://winddoing.github.io/software

使用技巧

1、插入目录
使用“[toc]”会自动根据使用的一二三级标题生成目录

2、插入分页符
导出pdf时希望分页可以添加这个html实现

<div style="page-break-after: always;"></div>

参考:https://winddoing.github.io/post/22648.html

3、字体与居中

<center><font size=7>开发技术任务书</font></center>

4、调整图像大小
改变图像大小但不改比例,使用下面两种语句——

保持比例不变,图像缩小为页面的50%
<img src="https://img-blog.csdnimg.cn/20200430213015405.jpg#pic_center" width="50%" ></img>

只修改width值,图像会保持比例不变
<img src="https://img-blog.csdnimg.cn/20200430213015405.jpg#pic_center" width="150" ></img>

任选一种,src 替换为你图片的 url,width 按需修改百分比或数值。

PS:我的 url 加上 #pic_center 是为了图片居中,不加的话默认偏左,想偏右的话可以写 #pic_right。

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐