当前位置:网站首页>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
边栏推荐
- Image processing - Noise notes
- Wonderful review | deepnova x iceberg meetup online "building a real-time data Lake based on iceberg"
- Solutions to common problems in visualization (VIII) solutions to problems in shared drawing area
- VIM usage
- 19. Delete the penultimate node of the linked list (linked list)
- 使用 PHP PDO ODBC 示例的 Microsoft Access 数据库
- /etc/shadow可以破解吗?
- 全栈交叉编译X86完成过程经验分享
- Pycharm
- Swagger2 自定义参数注解如何不显示
猜你喜欢
MapReduce core and foundation demo
Chapter 120 SQL function round
Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition
得到知识服务app原型设计比较与实践
解决方案架构师的小锦囊 - 架构图的 5 种类型
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
Initial exploration of NVIDIA's latest 3D reconstruction technology instant NGP
Reading integrity monitoring techniques for vision navigation systems - 5 Results
A diary of dishes | 238 Product of arrays other than itself
精彩回顾 | DEEPNOVA x Iceberg Meetup Online《基于Iceberg打造实时数据湖》
随机推荐
Read integrity monitoring techniques for vision navigation systems
《Neo4j权威指南》简介,求伯君、周鸿袆、胡晓峰、周涛等大咖隆重推荐
解决方案架构师的小锦囊 - 架构图的 5 种类型
Diary of dishes | Blue Bridge Cup - hexadecimal to octal (hand torn version) with hexadecimal conversion notes
最强日期正则表达式
Installing MySQL with CentOS / Linux
LeetCode 1249. Minimum remove to make valid parents - FB high frequency question 1
Gets the current time in character format
209. Subarray with the smallest length (array)
Image processing - Noise notes
C#和数据库连接中类的问题
Jerry's users how to handle events in the simplest way [chapter]
Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
【leetcode】102. Sequence traversal of binary tree
SSH利用私钥无密钥连接服务器踩坑实录
全栈交叉编译X86完成过程经验分享
Chapter 1 of technical Xiaobai (express yourself)
How to quickly download vscode
第六站神京门户-------手机号码的转换
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件