User Manual (Grammar) of Typora
I. Title
-
“#” + " " + Title = First level title;
-
“##” + " " + Title = Second level title;
-
…
-
There are at most six levels of title.
(Ctrl + 1 is also avaliable)
II. Typeface
- " * * " + typeface +" * * "(There is no space between tow asterisks) = blod type = typeface;
- " * " + typeface +" * " = italic type = typeface;
- " * * * " + typeface +" * * * "(There is no space between tow asterisks) = blod and italic type = typeface;
- “~ ~” + typeface + “~ ~” =
typeface; - …
III. Quote
“>” + " " = quote.
for example:
Hello world!
IV. Split line
" _ _ _ " or " * * *".
for example:
V. Graph
" ! " + “[The name of graph]” + “(The path of graph)”.
for example:
.
VI. Hyperlink
“[click here]” + “(address)”.
for example:
VII. List
- order: “1” + “.” + ‘’ ";
- disorder: “-” + " ".
VIII. Table
First: " | " + … + " | " + … + " | " + … + " | "
" | " + “–” + " | " + “–” " | " + “–” + " | "
" | " + … + " | " + … + " | " + … + " | "
Then: Enable source mode and remove spaces;
IX. Code
First: Input three “`” consecutively;
Then: Input the name of language.
for example:
#include<stdio.h>
int main(){
printf("Hello world");
return 0;
}
Express Edition
Brett Tseng, UESTC
2020.7.1