当前位置:网站首页>Qingdao Weifang becomes a rich man
Qingdao Weifang becomes a rich man
2022-07-20 09:34:00 【Fishing Song is late】
Welcome to use Markdown Editor, blog
Ben Markdown Editor use StackEdit To modify , Use it to blog , It will bring a brand new experience :
- Markdown And extend Markdown Simple grammar
- Code block highlight
- Picture links and picture Uploads
- LaTex The mathematical formula
- UML Sequence diagrams and flow charts
- Blogging offline
- Import and export Markdown file
- Rich shortcuts
Shortcut key
- In bold
Ctrl + B
- Italics
Ctrl + I
- quote
Ctrl + Q
- Insert link
Ctrl + L
- Insert code
Ctrl + K
- Insert a picture
Ctrl + G
- Raise the title
Ctrl + H
- Ordered list
Ctrl + O
- Unordered list
Ctrl + U
- Horizontal line
Ctrl + R
- revoke
Ctrl + Z
- redo
Ctrl + Y
Markdown And expansion
Markdown It's a lightweight markup language , It allows people to write documents in plain text format that is easy to read and write , Then convert it to rich format HTML page . —— [ Wikipedia ]
Use simple symbols to identify different titles , Mark some words as bold perhaps Italics , Create a link etc. , Detailed grammar reference help ?.
This editor supports Markdown Extra , Expanded a lot of useful functions . Please refer to Github.
form
Markdown Extra Table Syntax :
project | Price |
---|---|
Computer | $1600 |
Phone | $12 |
Pipe | $1 |
You can use colons to define alignment :
project | Price | Number |
---|---|---|
Computer | 1600 element | 5 |
Phone | 12 element | 12 |
Pipe | 1 element | 234 |
Definition list
- Markdown Extra Define list syntax : project 1 project 2
- Definition A
- Definition B project 3
- Definition C
Definition D
Definition D Content
Code block
Code block syntax follows the standard markdown Code , for example :
@requires_authorization
def somefunc(param1='', param2=0):
'''A docstring'''
if param1 > param2: # interesting
print 'Greater'
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = '''interpreter ... prompt'''
footnote
Generate a footnote 1.
Catalog
use [TOC]
To generate the directory :
The mathematical formula
Use MathJax Rendering LaTex The mathematical formula , See math.stackexchange.com.
- In line formula , The mathematical formula is :Γ(n)=(n−1)!∀n∈N Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N .
- Block level formulas :
more LaTex Please refer to here .
UML chart :
You can render sequence diagrams :
Or flow chart :
- About Sequence diagram grammar , Reference resources here ,
- About flow chart grammar , Reference resources here .
Blogging offline
Even if users don't have a network , You can also blog offline through this editor ( Type directly in the browser you've used write.blog.csdn.net/mdeditor that will do .Markdown Editor Use browser offline storage to save content locally .
In the process of blogging , The content is stored in the browser cache in real time , When the user closes the browser or other abnormal circumstances , Content won't be lost . When the user opens the browser again , The unpublished content that the user was editing last time will be displayed .
After the blog was published , The local cache will be removed .
The user can choose Save the blog you are writing to the server draft box , Even if you change the browser or clear the cache , And the content won't be lost .
Be careful : Although browser storage is reliable most of the time , But for your data security , After networking , Please be sure to publish or save to the server draft box in time .
Browser compatibility
- at present , This editor is right for Chrome Browser support is the most complete . I suggest you use a newer version of Chrome.
- IE9 The following is not supported
- IE9,10,11 There are the following problems
- Offline functionality is not supported
- IE9 File import and export are not supported
- IE10 Drag and drop file import is not supported
边栏推荐
- 论文解读《DNA Binding Site Prediction Using a Deep Learning Method》
- 论文解读《Semi-supervised Semantic Segmentation with Error Localization Network》
- Meaning of Excel error
- 【A800-9000】【MindSpore Ascend 910版本】安装后官方mindspore测试程序报错
- Jupyter was successfully installed but cannot be used
- 2D & 3D pose dataset
- 【Mindspore】【lite端侧训练推理】Mindspore lit按照使用说明文档跑LeNet训练示例代码报错
- Research progress of pathological pictures based on deep learning [including papers and overview]
- XHR error in vs code installation plug-in solution
- 2D&3D Pose数据集
猜你喜欢
论文解读《Text Compression-aided Transformer Encoding》
论文解读《PScL-HDeep:基于图像的蛋白质利用集成在人体组织中的亚细胞预测定位》
Openstack使用Dashboard进行镜像操作、管理实例等其他操作
Install Oracle 11g and build database based on Linux operating system (centos7x without graphics)
RStudio作图
FPGA 多数表决器(含代码)
虚拟主机的搭建(多个站点)
Ngnix详解(3)配置文件
基于深度学习的病理图片研究进展【含论文及其概述】
Instructions for torch use
随机推荐
FPGA刷题P3: 4位数值比较器电路、4bit超前进位加法器电路、优先编码器电路、 优先编码器
Vector exception thrown by opencv
[ascend300t product] [distributed training function] model_ The script on zoo cannot be trained with multiple cards, and an alarm occurs during single card training
RDO部署Openstack 单节点
[mindspore1.1] [batchnorm / gradoperation] test module infer_ Backward, find the answer
上采样和上卷积的区别
(数电)各种触发器汇总——FPGA八股文(1)
[mindspire] [mindir] how does mindspire conduct mindir reasoning
Détails de ngnix (2) pour l'installation et l'utilisation
Application of deep learning in tissue sectioning
【Mindspore1.1】【BatchNorm / GradOperation】测试模块infer_backward,求解答
Instructions for torch use
E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation
FPGA网口实现与详解(2)
Detailed explanation of redis (1) Preface
[mindspore learning] [multi label classification] how to build a multi label mindrecord format data set of images
Vit structure
JS object addition_ JS object array attribute the same values are merged and added
中文新闻文本标题分类(基于飞桨、Text CNN)
How to use pynative mode for migration learning?