We recommend a lite version of markdown software, Smark
Basic symbols
*,-, And + all have the same effect. These three symbols are calledMarkdown symbol
A blank line indicates a separate paragraph.
'Indicates the Inline code. tab is used to mark the code segment, which corresponds to the HTML code and PRE Tag respectively.
Line feed
A single paragraph (
Two consecutive spaces are converted into one
Three symbols in a row, and then empty lines
Add the target = '_ blank' and markdowntarget to the markdown hyperlink.
Markdown supports two forms of link Syntax:InlineAndReference.Any type of link text is used
[Square brackets].
To create a line link, you only need to insert a URL link after square brackets followed by parentheses,
If you want to add the title Text of the link, you only need to wrap the title text behind the URL with double quotatio
Transferred from: http://blog.csdn.net/zhaokaiqiang1992Only the most commonly used and most common features are described here, so if you want to see all the syntax, please go to http://wowubuntu.com/markdown/index.html(1) TitleThe title uses a different number of "#" to identify what level, can correspond to the HTML inside the H1-H6, below is the sample code and the effect "========" style can also, but I do not like, Can't catch the "#" Good (2) im
It's been a long time since I wrote Jekyll blog on Vim, and it's been a hassle to write code blocks (Fence) and then "type", and manually write header information (Front matter). Harttle today uses the VIM keyboard mapping to provide carriage return support for these two syntaxes. The final effect is as follows:
Type code Fence ' and the Highlight language (| indicates where the cursor is located):
"' Javascript| '"Type return at this time:
"JavaScript|```Delimiter match
There are two kinds
::regex_replace (input, Re_sup,"$1"); Std::regex re_img ("!\\[(.*)\\]\\((.*)\\)"); Input= Std::regex_replace (input, re_img,"nbsp"); returninput;}Where the codetype is defined in the secondary header file enum class stateblock{ BEGIN, in , END,}; enum class CodeType { PYTHON, CPP, wrong}; extern CodeType code;These two enum class variables are used to control the current state of the block structure and the code block structure, explaining that the block structure is affecting
Implementing Markdown syntax and code syntax highlighting is the use of the Redcarpet and pygments.rb two gems:
Https://github.com/vmg/redcarpetHttps://github.com/tmm1/pygments.rbHttps://github.com/richleland/pygments-csshttp://pygments.org/docs/lexers/
Add the following two lines to the/gemfile:
Gem ' Redcarpet '
gem ' pygments.rb '
It should be explained that PYGMENTS.RB relies on python, so make sure the machine has Python 2.x inst
IntelliJ idea to support markdown syntax, we have to install a plugin.
After the plug-in is successfully installed, you can enjoy the markdown syntax highlighting and WYSIWYG dual-screen interface:
After you have designed the paging file, you can put it directly into the ZH_CN folder.
Note: The file suffix must be md oh O (∩_∩) o~ 4 Run
When you visit Http://localhost:port/zh_CN, the page jumps to http:/
Csdn's Markdown Editor is its derivative version, extending the functionality of markdown (such as tables, footnotes, inline HTML, and so on) is embedded HTML, and the next feature needs to be implemented using inline HTML.
First, color
In Markdown, you can control the color of text in the following ways:
Light red text:
The effect is as follows:
Light red text
Markdown can refer to the pictures on the internet, but their own pictures, to be quoted in the Markdown, you need to find ways to upload their own pictures on the Internet, the common method is nothing more than 22 kinds: GitHub, blog. I found that there was another 3rd way, it was simpler, and it was easy to manage your own pictures. The following I introduce this 3rd method: Manage your own picture: in Y
Http://www.appinn.com/markdown/markdown Quick StartMarkdown Common Syntax:# titleEmphasis: Use the asterisk (*) and the Bottom line (_) as the symbol to emphasize the word, if your * and _ Both sides are blank, they will only be used as ordinary symbols* emphasis on * or **strong** or _ emphasis _ __strong__> Block ReferencesAn unordered list uses an asterisk, a plus, or a minus sign as a list marker, which
Dropplets-simple Markdown blog platform, droppletsmarkdown
Dropplets is a simple blog platform that focuses on providing exactly what you need in your blog solution. When it comes to basic blog functions, what you really want to do is write and post, and this is what Dropplets is extraordinary. Dropplets is a new platform dedicated to making blogs simple. Without a database, you can install it on any server in just 30 seconds, and then simply upload,
I. Introduction of MarkdownMarkdown is a lightweight markup language that can write documents in plain text format and easily convert documents into valid XHTML or HTML.Ii. markdown Syntax 2.1 Paragraphs and line breaks
ParagraphMust be blank line (blank or tab, etc.) before and afterAdjacent two lines of text if there are no empty rows in the middle of the same row
"Line Break"Wrapping within a paragraph requires at least two spaces at t
There are many markdown on the internet now, each has its own characteristics, but also has its own shortcomings. For example, some of the pictures are more troublesome, some export PDFs need to pay, some math formula editing more trouble and so on ...And recently contacted Typora, found that this is really a conscience of the markdown editor, the image upload is very convenient, and can export PDF, write a
Marking system: Essentials of Notes
Subject
Origin
Goal
Grade:
Details of the factual nature
Law
Law
Scope of application:
时间、地点、人物、起因、经过、结果,who what where when why how whom 6W1H
Action Guide
Plan
Alarm clock
Remind
Text annotation system bold, italic highlighting
【?? 】【!! 】【。。 "Speculation: Opinion, conclusion, description, narrative, statement, logicAdd textExamples of "eg":"Ref: Chemistry, Physics, Politics
From the internet for a long time about the markdown grammar articles, the opportunity is very small, most of the point is the same page https://github.com/adrai/flowchart.jsThis is an open source project on GitHub, and there's only a small piece of text that works for me.St=>Start: start|past:>http://Www.google.com[blank]e=>End:End:>http://Www.google.comop1=>Operation: My operation|pastop2=>Operation: stuff|currentsub1=>subroutine: My subroutine|inva
Use of the markdown tableFor example: $$ \BEGIN{ARRAY}{C|LCR} N \text{left} \text{center} \text{right} \ \hline 1 0.24 1 12 5 \ 2 -1 189 8 \ \ 3 -20 1+10i \ \end{array} $$A column style can be a CLR that represents a center, left, right, or a vertical bar that you can use |. The rows in the table are separated by \ \, and the columns are used delimited. Use \hline to add a straight line before the bank.A simple example is given below:\BE
way to express the source code is to use the number keys above the keyboard that line leftmost, the number 1 left of the ' symbol is enclosed, note is not single quotation marks. multi-line level source code multi-line level source code multi-line level source code multiline level source code multi-line levels of sources It can also be 行内级别的源码 .6. List of numbers
numeric list
list
list
list
number list
数字. 文字数字.(空格)文字7. Unordered List
Unordered
Original sync to: http://www.waylau.com/using-github-markdown-gitbook-write-open-source-books/ has been writing open source books on GitHub (see: http://www.waylau.com/books/) However, since GitHub's own directory structure does not necessarily conform to the habit of reading, and does not provide PDF, EPUB, MOBI and other formats for the conversion download. Many students are also accustomed to reading documents offline. Gitbook is a solution to this
I have a feature like this, when the user uploads the image file, it will be changed to the markdown format address, similar to

I think this way of showing is too bloated and not very good-looking, but also exposes some unattractive directories
I found SF is similar to
![]![图片描述][1] [1]: /img/bVuIwN
I don't like it so much, but it's a great feature.The effect I want most is
// 括号内一串特定的字符
Then I manipulat
GitBook is a command line tool (also a Node. js Library) that allows you to use GitHub/Git and Markdown to build beautiful programming books that can contain interactive exercises. GitBook supports creating books in multiple languages. Each language should be a subdirectory in the normal GitBook format, and the LANGS. md file under the root directory of the version library should be used.Articles you may be interested in
Unlimited creativity! A se
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.