Dev's failed treatment (not compatible with the system)

Approach failed to execute the issue, after untold hardships, first modify the system variables are facing today, I deal with the day DEv occur but it seems still to no avail, and finally found a way to the enthusiastic users to share, modify the compiler . Finally solved the problem. Hey, cried ah! Here Insert Picture Description@ TOC

Welcome to the Markdown editor

Hello there! This is the first time you use Markdown editor welcome page exhibited. If you want to learn how to use Markdown editor, I can read this article carefully, understand the basic grammar of Markdown.

New changes

We Markdown editor for some functionality expansion and grammar support, in addition to standard Markdown editor feature that we have added several new features below to help you use it to write a blog:

  1. The new interface design , will bring a new writing experience;
  2. Set your favorite style code highlighting in the creation of the center, Markdown code displays the selected piece of highlight on display;
  3. Adds picture drag and drop feature, you can directly drag and drop local images directly into the editing area display;
  4. The new formula KaTeX mathematical syntax;
  5. Added support Gantt chart mermaid syntax 1 function;
  6. Increased multi-screen editing Markdown article features;
  7. Increased focus writing mode, a preview mode, simple writing mode, the left and right area of the synchronous roller set functions, function buttons in the middle of the editing area and a preview area;
  8. Increase the checklist function.

Function shortcut keys

Undo: Ctrl/Command+ Z
Redo: Ctrl/Command+ Y
Bold: Ctrl/Command+ B
italics: Ctrl/Command+ I
title: Ctrl/Command+ Shift+ H
unordered list: Ctrl/Command+ Shift+ U
ordered list: Ctrl/Command+ Shift+ O
Checklist: Ctrl/Command+ Shift+ C
insert the code: Ctrl/Command+ Shift+ K
Insert link: Ctrl/Command+ Shift+ L
Insert Picture: Ctrl/Command+ Shift+G

Create a reasonable title, helps generate directory

1 is directly input #, and pressing space, the title level 1 will be generated.
Input 2 #, and press spaceafter the generation stage 2 of the title.
So, we support the six titles. It helps to use TOCto generate a perfect directory after syntax.

How to change the style of text

He stressed that the text emphasized text

Bold text in bold text

Tagged Text

Delete Text

Quoted text

H 2 O IS is a liquid.

2 10 operation results in 1024.

Insert links and pictures

Link: Link .

image: Alt

Pictures with dimensions: Alt

Centered picture: Alt

Centered and pictures with size: Alt

Of course, we have to allow users more convenient, we have increased the drag and drop images.

How to insert a beautiful piece of code

To blog settings page, choose a favorite piece of code you highlight style, highlighted below show the same 代码片.

// An highlighted block
var foo = 'bar';

Generate a list for you

  • project
    • project
      • project
  1. Item 1
  2. Item 2
  3. Item 3
  • Scheduled Tasks
  • mission accomplished

Create a table

A simple table is so created:

project Value
computer $1600
Cellular phone $12
catheter $1

Setting content center, the left and right of abode

Use :---------:centered
using :----------left home
use ----------:right of abode

first row The second column The third column
The first column of text centered The second column of text goes on the right The third column of text Left

SmartyPants

SmartyPants convert ASCII punctuation characters into "smart" printing punctuation HTML entities. E.g:

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 a footnote. 2

Notes also essential

Markdown text is converted to HTML .

KaTeX mathematical formulas

You can use LaTeX to render mathematical expressions Katex :

Gamma公式展示 C ( n ) = ( n 1 ) ! n N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N 是通过欧拉积分

C ( from ) = 0 t z 1 e t d t   . \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06 Mon 13 Mon 20 已完成 进行中 计划一 计划二 现有任务 Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图::

张三 李四 王五 你好!李四, 最近怎么样? 你最近怎么样,王五? 我很好,谢谢! 我很好,谢谢! 李四想了很长时间, 文字太长了 不适合放在一行. 打量着王五... 很好... 王五, 你怎么样? 张三 李四 王五

这将产生一个流程图。:

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0 开始 我的操作 确认? 结束 yes no
  • About Flowchart flowchart syntax, reference here .

Export and import

Export

If you want to try to use this editor, you can edit in this article. When you have finished writing an article, found in the toolbar at the top articles exported , generating a .md file or .html file is stored locally.

Importing

If you want to load a .md file you wrote in the toolbar at the top you can choose to import functions corresponding to the extension of the file to import,
continue your creation.


  1. mermaid Syntax ↩︎

  2. Footnote explanations ↩︎

Released nine original articles · won praise 3 · Views 720

Guess you like

Origin blog.csdn.net/delete_bug/article/details/98657235