markdown grammar learning

markdown grammar learning block element 1. Paragraph title 1 to 6 # + spaces + titles, corresponding to levels 1 to 6 of titles, for example: # Primary title ## Secondary title ...... ###### Six level title 2. Block reference 2.1. Basic usage First break the line, and then add >, for example: >first line >Second line ...

Added by typo on Fri, 11 Feb 2022 06:12:36 +0200

SpringBoot builds a Markdown based blog - Part 1

In this article, I will set up a personal blog, which contains articles written in the way of Markdown. We will use Spring Boot to develop the project and some other tools and libraries. We will push the project to the GitHub repository and post the post to our blog using Heroku's automatic deployment function. In addition, we will use the ...

Added by kritikia on Tue, 08 Feb 2022 16:12:04 +0200

Markdown vegetable dog notes

Markdown vegetable dog notes What is Markdown Markdown is a lightweight markup language that allows people to write documents in plain text format that is easy to read and writeThe Markdown language was created by John Gruber in 2004Documents written by Markdown can export documents in HTML, Word, image, PDF, Epub and other formatsThe suffix ...

Added by metin on Mon, 31 Jan 2022 06:59:18 +0200

How to write markdown it plug-in

prefacestay A blog with VuePress + Github Pages In, we used VuePress to build a blog. The final effect is as follows: TypeScript Chinese document. In the process of building a blog, out of practical needs, we VuePress blog Optimization: extended Markdown syntax How to write a markdown it plug-in is explained in Analysis of markdown it principle ...

Added by nonaguy on Mon, 24 Jan 2022 04:35:02 +0200

[after reading, I will] teach you to write a markdown real-time editor with React step by step!

1. Achieve results Recently, I am writing a blog management system with React. One function is to add new articles. On the new article page, I want to do something like CSDN. On the left is the editing area (markdown format) and on the right is the preview area. Update in real time. While editing the text, you can see the effect in the preview ...

Added by atkman on Fri, 21 Jan 2022 17:38:33 +0200

An elegant flow chart tool - Mermaid User Guide

Mermaid User Guide Mermaid was nominated and won JS Open Source Awards (2019) The most exciting use of technology Award!!! About Mermaid Mermaid is a Javascript based chart drawing tool, which realizes the creation and dynamic modification of charts by parsing the text syntax of Markdown class. The main purpose of mermaid's birth is to k ...

Added by mike_at_hull on Fri, 21 Jan 2022 00:39:46 +0200

Come to markdown editor md-editor-v3 in Kangkang vue3 environment. It supports tsx and dark mode~

Development background All this comes from developing vue3-admin There is no appropriate editor component when the demo content of. explain It can only be used under vue3 project, developed with jsx syntax, and used in tsx project. To reduce insertion, less. Is not used Modifyvars method to switch topics, instead of replacing the class name. ...

Added by russellpehrson on Mon, 17 Jan 2022 09:39:32 +0200

markdown mermaid sequence diagram

Sequence diagram (sequence diagram) A sequence diagram is an interaction diagram that shows how processes operate with each other and in what order. sequenceDiagram participant l as timber wolf participant y as lamb l->>y:Little villain, dirty the water I drink y->>l:Mr. wolf, you are upstream and I am downstream l->>y ...

Added by slava on Thu, 13 Jan 2022 11:00:10 +0200

[Milkdown] editor Integration Guide

preface Recently, due to business needs, a WYSIWYG Markdown editor was integrated. After Google searched, I saw Milkdown. At that time, I was attracted by its appearance as soon as I saw the interface. After experiencing his convenient syntax, I immediately decided to use this editor. However, it was not so smooth in the process of use. The do ...

Added by catreya on Sun, 09 Jan 2022 10:12:38 +0200

The most complete Markdown syntax

The most complete Markdown syntax catalogue code: @[toc] [MENU] The effect is shown above Multi level title code: # Primary title ## Secondary title ##### Multi level title effect Primary title Secondary title Multi level title References and notes code: > Primary reference >> Secondary reference >>>>> ...

Added by ruppelm on Wed, 05 Jan 2022 22:45:38 +0200