请注意,以下所列明的技巧或者是依赖于特定的 css 文件,或者是依赖于特定的 js 文件。一些技巧可能只能在特定主题中使用,在进行迁移文档时,需要注意可能在其他软件上无法使用或者展示。
本技巧来源于 用原生 JS 写一款乖巧的鼠标指针特效。
具体操作需要修改程序本体,在程序升级之后,需要重新进行设计。
cursor.js
内的代码index.html
文件代码中</body>
之前(可以直接检索)
/Applications/Typora.app/Contents/Resources/TypeMark/index.html
C:\Program Files\Typora\resources\window.html
快速调节照片大小:将下方的任意一个位置的数字调整为自己想要缩放的大小即可。
![照片名称 数字](照片地址 "数字")
![照片名称 50](照片地址 "50")
注意:默认设定的缩放大小以 5 为步值,即:0,5,10,15……
需要注意的是无法调整照片为行内元素。
<var> </var>
元素来引入下面的样式:
In publishing and graphic design, lorem ipsum (derived from Latin dolorem ipsum, translated as "pain itself") is a filler text commonly used to demonstrate the graphic elements of a document or visual presentation. [^1]
A common form of lorem ipsum reads:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Inline styles support strong, Emphasis, code
, underline, strikethrough, :haha:, $\LaTeX$, X^2^, H~2~O, ==highlight==, Link, and image:
Block level contains:
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
<!DOCTYPE html>
<html>
<body>
<h1>The *= Operator</h1>
<p id="demo"></p>
<script>
var x = 10;
x *= 5;
document.getElementById("demo").innerHTML = x;
</script>
</body>
</html>
[TOC]
[^1]: Forked from https://en.wikipedia.org/wiki/Lorem_ipsum