当前位置:网站首页>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
边栏推荐
- What if Jerry's function to locate the corresponding address is not accurate sometimes? [chapter]
- Is the pointer symbol of C language close to variable type or variable name?
- Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
- The courses bought at a high price are open! PHPer data sharing
- Understand the key points of complement
- Construction and traversal of binary tree
- Image processing - Noise notes
- 【leetcode】107. Sequence traversal of binary tree II
- Gets the current time in character format
- Charles function introduction and use tutorial
猜你喜欢

Download and installation steps of xshell + xftp

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

Google Earth Engine(GEE)——将原始影像进行升尺度计算(以海南市为例)

Charles 功能介绍和使用教程

使用zerotier让异地设备组局域网

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

UEditor之——图片上传组件大小4M的限制

A diary of dishes | 238 Product of arrays other than itself

/etc/shadow可以破解吗?

Source insight 4.0 FAQs
随机推荐
【leetcode】107.二叉树的层序遍历II
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
Yarn core parameter configuration
Example of pop-up task progress bar function based on pyqt5
Visual solutions to common problems (VIII) mathematical formulas
Xdotool key Wizard
Xshell+Xftp 下载安装步骤
【leetcode】102. Sequence traversal of binary tree
Charles function introduction and use tutorial
CentOS/Linux安装MySQL
Solutions to common problems in visualization (IX) background color
Full stack cross compilation x86 completion process experience sharing
Chapter 120 SQL function round
Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
Swagger2 接口如何导入Postman
MapReduce core and foundation demo
关于JUC三大常用辅助类
Installing MySQL with CentOS / Linux
Contact between domain name and IP address
Gets the current time in character format