Markdown is a lightweight markup language with many advantages. It is widely used by more and more writers. Next, we will introduce the combination of Markdown and Bootstrap to achieve image adaptive attributes. If you are interested, let's study them together.
Let's talk about the basic concepts and advantages of Markdown.
I am using the MWeb Lite tool, Mac version.# Markdown Grammar and MWeb instructions for use of writing# # Markdown Philosophy of Design> Markdown's goal is "easy to read and easy to write".> The most necessary thing is its accessibility. A document written in the Markdown format should be written directly in pure text, and will not look like a multi-label or form
Python automatically converts a markdown file to an html file,
I. background
All documents written by our project developers are markdown files. It is not convenient for other groups to read. After editing the markdown file, I use software to convert the md file into an html file. At the beginning of the conversion, there was no such thing as it had been transfer
Installing the MarkdownEditing plug-in is essential for writing Markdown. After installation, when writing Markdown (the lower-right corner shows Markdown syntax), you can press ctrlb to generate HTML directly and display it in the browser. (However, after the installation is complete, press ctrlB to generate html files and display them in the browser. Then, let'
Markdown is a lightweight markup language that is similar to HTML, but is much better at readability than HTML.Basic syntax:1. Title and body separator lines= = =/At least three consecutive equals, highest order title---//or three consecutive minus signs, second high-order title2. Title Font sizeA number of # prefixes//#的个数对应于html中的 HX, i.e. 1 # for H1 size, 6 # for H6 size3. Creating a ParagraphUse one or more empty lines to separate the content segm
Use LiteIDE to write Markdown documents
LiteIDE uses x15, which provides the Markdown file editing function.Introduction to the Markdown editing function of LiteIDE
Syntax highlighted
Supports real-time preview and synchronous scrolling.
Supports CSS Definition
Html and PDF export supported
Supports editing shortcuts
Supports batch conversion/merge export
Before I used the MARKDOWN2, not why, casually picked, the last two days I raised a question in Segmentfault: What is the difference between markdown and Markdown2 in Python? , it is said Misaka quickly, because is CPython, tried, not too much feeling, I want is simple, performance has not been considered in the interim.
By markdown the extension to del out of the specified syntax on the line, as follows:
Markdown exported into html,pdf format
First of all, we recommend an editor markdownpad, you can go to the official website to download. Exporting the PDF format and some other powerful features requires a fee, but the basic functionality is still available and you can export HTML in HTML format for free
In the Start menu, export HTML format to convert HTML format into PDF format
This can use the Chrome browser, open the exported HTML file in the
Markdown and Bootstrap are combined to implement Image Adaptive attributes,
Let's talk about the basic concepts and advantages of Markdown.
Markdown is a markup language that can be written in a common text editor. Through simple markup syntax, Markdown can make the common text content have a certain format.
BrieflyAtom is an open source cross-platform editor developed by GitHub, and Atom's power is comparable to the famous sublime text. Because I used sublime Text, I used atom to get started quickly. This article mainly introduces the use of atom to write Markdown.Prior to the development of the project is the use of the. doc file as the carrier of the interface document, but in the use of the interface is not a good comparison of changes, if you use a. txt file, there is no eye-catching format. So
transfer From address: Https://www.zybuluo.com/mdeditor?url=https://www.zybuluo.com/static/editor/md-help.markdown"CMD Technology rendered sandbox page, click here to write your own document" CMD Markdown Concise Grammar HandbookCmd-Markdown
1. Italic and BoldUse * and * * to denote italic and bold.Example:This is Italic , which is bold . 2. Outline headingsUse the = = = to represent a level header,
The Csdn-markdown editor supports the ability to import markdown files, export markdown files, and HTML files both online and locally . There are three buttons on the toolbar to implement these functions. These three buttons are: Import MD files from the wire, import MD files from native, export to local.
The import function of the Csdn-
IntroductionThe basic syntax of markdown is introduced in the Markdown Basic grammar, knowing that the basic grammar, in fact, can be written in plain text blog. For those of us who write code or who are going to write code, it doesn't seem to be enough, and we want to insert images, code, tables, hyperlinks! This article describes how to use these features in Markdown.TableAs the following table:
When using Parsedown to parse the Markdown, some problems of XSS filtering were encountered.
It is found that Parsedown will 代码 escape HTML code in the area, 代码 but not outside the area, as shown in the following code
PHP
text($test);/** * 得到结果是: * * */
So, this sentence has been successfully executed.
If that's the case, I'm going to escape it myself.
PHP
text($test);/** * 得到结果是: */
Although XSS is filtered out, the 代码 cont
/************************************************************************* * VIM support markdown Syntax * description : * Recently see the Readme on GitHub is using the Markdown markup language, it feels good, it looks like * can be used, mainly to check the time will be more convenient, of course, because of personal habits use vim, so * found a vim plugin to highlight the syntax. * 2016-4-27 Shenzhen Nan
Recently to write a document, the leader designated with Markdown. The Artifact tool, which was used twice two or three years ago, is almost forgotten.In order to be proficient in this skill, I decided to learn it well again.So: See the Quick Start document。。。 30 minutes ... After reading the document found to write it again puzzled? What tools are used to write it?so the morning searched a tool, video. Finally decided to use the usual code artifact:
MarkdownMarkdown is a relatively simple DSL that defines a simple label to describe the HTML document format. Like what:
#一级标题to generate HTML
# #二级标题to generate HTML
[Link text] [link ID] A link to the [link id]:www.baidu.com description:
[Link text] [URL name] [url name]: http://www.baidu.comThe limitations of MarkdownUsing a period of time to find the link tags provided by markdown does not work well with the anchor poi
11 Basic Grammar of MarkdownNow is the note I made when I was studying markdown. It is no problem to learn the basic use of these markdown.1. Caption settings (make the font larger, and Word's title means the same)There are two ways to set a title in Markdown:The first one: by adding "=" and "-" below the text, they represent a primary heading and a level two heading.The second type: Add "#" to the beginnin
At night in the Update Git.oschina.net project, suddenly want to know the source of the readme.md suffix, and then searched, found that readme.md used a small markup language markdown syntax, so simple to see a, special reproduced as follows, for the next reference convenient (http ://blog.csdn.net/kaitiren/article/details/38513715 also good). The Chinese reference manual can be consulted http://wowubuntu.com/mark
From a personal blog: What do you use to write your CV: Word?pdf? Latex? Markdown? Html? Word ResumeWord should be the most commonly used, but it is not recommended to use Word to write resumes. Because Word does not show the same effect when different platforms are opened with different Office software, it may be better to convert to PDF format if the Mac or Linux office software used by someone looking at your resume can cause typographical changes.
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.