Mermaid Markdown Syntax
This is a page, trying to see if it is working.
Enter mermaid syntax! Mermaid syntax is a Markdown-inspired syntax that enables you to automatically generate diagrams in draw.io. So if you are used to working in a text-based format, this is the perfect way for you to diagram more efficiently.
Context
- Test of
Mermaidinjekyll - How to write fomula by
MathJaxinjekyll
Test of Mermaid in jekyll
- Mermaid Markdown Syntax Highlighting is a free extension for VS Code published by Brian Pruitt-Goddard (bpruitt-goddard), you can install it to increase the power of your Visual Studio Code: Markdown syntax support for the Mermaid charting language Learn more.
- I'm trying to render a flowchart in a markdown file using Mermaid. I have a ReadMe.md file in my GitHub repository, and I'd like to include a basic flowchart to help describe the contents.
The origin jekyll does not support mermaid. To do this, mermaid is included by:
An example of a flowchart
Here is the source code that should be put into the .md blog file.
Demonstration:
Meanwhile in normal markdown, you can write:
Rendering Mermaid Charts - Markdown Monster Documentation
An example of a gantt diagram

Mermaid Diagram Markdown
Here is the source code that should be put into the .md blog file.
Demonstration:

These graphic functions aid to present project works and etc.
How to write fomula by MathJax in jekyll
Add MathJax.js into the head of webpage
Use LaTeX to write fomula
- To use the common form in
LaTeX, like using$to quote the fomula:$Math_Fomula$, this following line should be added into the webpage.
- Then, just write the
.mdfiles as you do in themarkdownsoftwares likeTypora, etc.
Another important stuff included in this page is to build a simple and straightforward context of a markdown blog.


How to add a Table of Context in jekyll
The markdown setting in jekyll, espicially for Github page is:
kramkown supports toc by using:
Add the two lines into the position where you want to put the ToC.
The table will look just as the top of this page content.There should be only one ToC at most.
