当前位置:网站首页>Typora operation skill description (I) md
Typora operation skill description (I) md
2022-04-23 10:55:00 【The big pig of the little pig family】
One . typeface
1.1 Multiple color Fonts
Typora The default font color is black , Different from other software Typora The font color is related to the theme settings used , stay CSS In the file, you can set global font related attributes in the following areas .

But this approach is not flexible enough ,Typora Fonts in can be nested HTML, So you can use render inline HTML.
1.1.1 Quickly set font color
If you only need to adjust the font color , Then you can use <font color>text</font> A tag modifies a paragraph of text , Can achieve the effect of changing the color .
Example :
- In red
- Gold font
- In blue
Sample source code :
<font color="red"> In red </font>
<font color='gold'> Gold font </font>
<font color='blue'> In blue </font>
1.1.2 Fine tune the font
If you want to fine tune a paragraph of text, you need to use <span></span> Label and specify its name style attribute .style Use... Between each attribute value of the attribute ; Segmentation .
stay style The font color can be specified in the attribute 、 The background color 、 Font alignment, etc .
Examples are as follows :
- Black bottom white character : Black bottom white character .
- Black bottom white character 、 Specify as italic : Black bottom white character
- Italicized white words on a black background change the size of the left margin : Black bottom white character
- White characters on a black background in italics 、 Specify as italic 、 Change the size of the left margin and add a yellow border at the bottom : Black bottom white character
- White characters on a black background in italics 、 Specify as italic 、 Change the left margin size 、 Add a yellow border at the bottom 、 Set the alignment and fillet : Black bottom white character
The sample source code is as follows :
<!-- Black bottom white character -->
<span style=" background:black;color:rgb(255, 255, 255)"> Black bottom white character </span>
<!-- Black bottom white character 、 Specify as italic -->
<span style=" background:black;color:rgb(255, 255, 255);font-style:italic"> Black bottom white character </span>
<!-- Italicized white words on a black background change the size of the left margin -->
<span style=" background:black;color:rgb(255, 255, 255);font-style:italic;margin-left:20px"> Black bottom white character </span>
<!-- White characters on a black background in italics 、 Specify as italic 、 Change the size of the left margin and add a yellow border at the bottom -->
<span style=" background:black;color:rgb(255, 255, 255);font-style:italic;margin-left:20px;border-bottom: 15px solid #FFFF00"> Black bottom white character </span>
<!-- White characters on a black background in italics 、 Specify as italic 、 Change the left margin size 、 Add a yellow border at the bottom 、 Set the alignment and fillet -->
<span style=" background:black;color:rgb(255, 255, 255);font-style:italic;margin-left:20px;border-bottom: 15px solid #FFFF00;text-align:right;border-radius: 0.4rem;"> Black bottom white character </span>
1.2 More Fonts
If you find that the normal input method cannot meet the required font , There are two solutions :
- Use HTML Inline rendering HTML Entity . for example : perhaps £
- Use LaTex Symbol . α \alpha α perhaps θ \theta θ
Sample source code :
® perhaps £
$\alpha$ perhaps $\theta$
Two . Link details
To be continued !!
版权声明
本文为[The big pig of the little pig family]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230617063131.html
边栏推荐
- Swagger2 接口如何导入Postman
- Full stack cross compilation x86 completion process experience sharing
- Jinglianwen technology - professional data annotation company and intelligent data annotation platform
- 全栈交叉编译X86完成过程经验分享
- 242. Valid Letter ectopic words (hash table)
- How can swagger2 custom parameter annotations not be displayed
- Swagger2 自定义参数注解如何不显示
- Kaggle - real battle of house price prediction
- 软件测试人员,如何优秀的提Bug?
- Resolution and size of mainstream mobile phones
猜你喜欢

解决方案架构师的小锦囊 - 架构图的 5 种类型

ID number verification system based on visual structure - Raspberry implementation

部署jar包

MySQL how to merge the same data in the same table

SSH uses private key to connect to server without key

mysql同一个表中相同数据怎么合并

Solutions to common problems in visualization (VIII) solutions to problems in shared drawing area

【leetcode】107.二叉树的层序遍历II

Ueditor -- limitation of 4m size of image upload component

VIM + ctags + cscope development environment construction guide
随机推荐
Chapter 120 SQL function round
206. Reverse linked list (linked list)
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
Problems of class in C # and database connection
Detailed explanation of MapReduce calculation process
期货开户哪个公司好?安全靠谱的期货公司谁能推荐几家?
Comparison and practice of prototype design of knowledge service app
Pytorch implementation of transformer
VIM usage
SQL Server cursor circular table data
Solution architect's small bag - 5 types of architecture diagrams
Xshell+Xftp 下载安装步骤
24. Exchange the nodes in the linked list (linked list)
Qinglong panel pull library command update [April 20, 2022] collection is not lost
Define linked list (linked list)
202. Happy number
59. Spiral matrix (array)
What if Jerry's function to locate the corresponding address is not accurate sometimes? [chapter]
《Neo4j权威指南》简介,求伯君、周鸿袆、胡晓峰、周涛等大咖隆重推荐
我的创作纪念日