当前位置:网站首页>Some common writing methods and skills
Some common writing methods and skills
2022-07-26 12:09:00 【Sindyue】
H2O is It's liquid .
210 The result is 1024.
Insert links and pictures
link : link.
picture : 
Picture with size : ![]()
Centered picture : 
A picture centered and dimensioned : ![]()
Of course , In order to make users more convenient , We've added image drag .
How to insert a beautiful piece of code
Go to Blog settings page , Choose a highlight style you like , Here's the same highlight Code chip .
// An highlighted block
var foo = 'bar';
Generate a list that suits you
- project
- project
- project
- project
- project 1
- project 2
- project 3
- Planning tasks
- To complete the task
Create a table
This is how a simple table is created :
| project | Value |
|---|---|
| The computer | $1600 |
| mobile phone | $12 |
| A catheter | $1 |
Set content center 、 be at the left side 、 be at the right
Use :---------: In the middle
Use :---------- be at the left side
Use ----------: be at the right
| First column | Second column | The third column |
|---|---|---|
| Center first column of text | Second column text right | Third column text left |
SmartyPants
SmartyPants take ASCII Punctuation character to “ intelligence ” Print punctuation HTML Entity . for example :
| TYPE | ASCII | HTML |
|---|---|---|
| Single backticks | 'Isn't this fun?' | ‘Isn’t this fun?’ |
| Quotes | "Isn't this fun?" | “Isn’t this fun?” |
| Dashes | -- is en-dash, --- is em-dash | – is en-dash, — is em-dash |
Create a custom list
- Markdown
- Text-to- HTML conversion tool Authors
- John
- Luke
How to create a footnote
A text with footnotes .1
Annotation is also essential
Markdown Convert text to HTML.
KaTeX The mathematical formula
You can use rendering LaTeX Mathematical expression KaTeX:
Gamma Formula display Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N Γ(n)=(n−1)!∀n∈N It's through Euler integral
Γ ( z ) = ∫ 0 ∞ t z − 1 e − t d t . \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞tz−1e−tdt.
You can find more information about LaTeX Mathematical expression here.
New Gantt chart features , Enrich your articles
- About Gantt Chart grammar , Reference resources here ,
UML Chart
have access to UML Chart rendering . Mermaid. For example, a sequence diagram generated below :
This will produce a flowchart .:
- About Mermaid grammar , Reference resources here ,
FLowchart flow chart
We will still support flowchart Flow chart of :
- About Flowchart flow chart grammar , Reference resources here .
Export and import
export
If you want to try this editor , You can edit this article at will . When you finish writing an article , Find... On the top toolbar Article export , Generate a .md Documents or .html File for local storage .
Import
If you want to load an article you've written .md file , In the upper toolbar, you can select the import function to import the file with the corresponding extension ,
Continue your work .
Explanation of footnotes ︎
边栏推荐
- Miccai2022 paper | evolutionary multi-objective architecture search framework: application in covid-19 3D CT classification
- Y9000p2022 reinstallation win10 problem
- 2、 Container_
- Redis实现Single单点登入详解
- Pytest interface automated testing framework | pytest obtains execution data, and pytest disables plug-ins
- Dry goods semantic web, Web3.0, Web3, metauniverse, these concepts are still confused? (medium)
- RFID的工作原理
- 大佬们,请教一下,我按照文档配了cdc连接oracle,总是运行报错找不到类 ValidstionE
- Beauty salon management system unified management system?
- FPGA入门学习(一) - 第一个FPGA工程
猜你喜欢

敲黑板画重点:七种常见“分布式事务”详解

详解勒让德变换与共轭函数

4.1 configure MySQL and register login module

HTAP是有代价的

Redis database, which can be understood by zero foundation Xiaobai, is easy to learn and use!

Audio and video technology development weekly | 255

Here blog: running a large language model in a production environment - overview of the reasoning framework

【安徽大学】考研初试复试资料分享
2022就业季!Adobe助力创意产业工作者,突破技能桎梏,回归能力本源

Sim900a based on STM32 sends short messages in Chinese and English
随机推荐
How do children's playgrounds operate?
Yuancosmos daily | yuancosmos social app "Party Island" product off the shelves; Guangzhou Nansha yuanuniverse industrial agglomeration zone was unveiled; The inter ministerial joint conference system
Digital intelligence transformation, management first | jnpf strives to build a "full life cycle management" platform
Pytest interface automation test framework | pytest configuration file
3D point cloud course (VIII) -- feature point matching
什么是Per-Title编码?
What is per title encoding?
JVM内存溢出和内存泄漏的区别
百问百答第48期:极客有约——可观测体系的建设路径
什么是物联网?常见IoT协议最全讲解
Pytest interface automated testing framework | common plug-ins of pytest
远程ip Debugger(实用干货)
Redisson分布式锁流程详解(二)
Beauty salon management system unified management system?
大量if else判断如何优化?@Valib详解
物联网设备加密的意义
Who is responsible for the problems of virtual idol endorsement products? And listen to the lawyer's analysis
常用的 list.isEmpty() 为何突然报null?
pytest接口自动化测试框架 | conftest.py
Pytest interface automation test framework | use decorators to decorate the use cases that need to be run