Getting Started with Markdown

Getting Started with Markdown

A

B

C

This text is bold

italicized

Anders Antonsen

I really like using Markdown.

I think i will use it to format all of my documents from now on.

First line with two spaces after.
And the next line.

First line with the HTML tag after.

And the next line.

I jsut love bold text.
I just love bold text.
loveisbold

Itilicized text is the cat’s meow.
Itilicized text is the cat’s meow.
Acatmeow

This text is really important.
This text is really important.
This is really***very***important text.

Dorothy followed her through many of the beautiful rooms in her castle.

A
B
C

D

Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

And test.

Looks Good!

  • Revenue was off the chart.
  • Profits was higher then ever.

everything is going according to Plan.

  1. First item
  2. Secong item
  3. Third item
    1. Indented item
    2. Indented item
  4. Forth item
  • First item
  • Secong item
    • Intended item
    • Intended item
  • Third item
  • Forth item
  • First item
  • Second item
  • First item
  • Second item
  • 1909. A great year.

  • Ihink 2008 was the secong best.

  • This is the first list item.

  • Here’s the secong list item.

    I need to add another paragraph below the second item list.

    A blockquote would look great below the second list item.

  • And here’s the third list item.

At the command prompt, type nano.

code

use `code` in your Markdown file.




Search Google

https://mengyuchi.github.io

mengyuchile@gmail.com

I love supporting the EFF.

This is the Markdown Guide.

See the section on A.

This post is based on Markdown Guide

Me

Result see post Markdown Image Testing

* without the backslash, this would be a bullet in an unordered list.

Extended Syntax

Tables

Syntax Descrption
Header Title
Paragraph Text

Or use Markdown Tables Generator

see Guide

1
2
3
4
{
alert("Hello World!");
var myVar = "Hello World!";
}

#Extended Syntax

Some of the extended syntax not working in VScode!

Footnotes Not Working

Add hexo plugin

1
npm install hexo-footnotes --save

This extension is outdated, so got uninstalled.

After research we understand there are different Markdown rendering tools. In case we needed it after, here are some references that give you an idea.

hexo-renderer-markdown-it
A blog based on Hexo about hexo-renderer-makedown-it and others
Compare of differernt renderer

Fixed by adding Extensions: Markdown Preview Enhanced

Here’s a simple footnote.1

Task List

  • [x] Write the press release
  • [ ] Update the website
  • [ ] Contact the media

[x] Write the press release
[ ] Update the website
[ ] Contact the media

Gone camping! ⛺️ Be back soon.
😀

😊

That is so funny! 😂

I need to highlight these very important words.

very important words

spaces are important in highlighting texts!

Katex Test

Aha! E=mc2E = mc^{2}.

\begin{equation} \label{eq1} e=mc^2 \end{equation}

(βmc2+c(n=13αnpn))ψ(x,t)=iψ(x,t)t\left(\beta m c^2 + c \left(\sum_{n=1}^3\alpha_n p_n\right)\right) \psi(x,t) = i\hbar \frac{\partial \psi(x,t)}{\partial t}

Enjoy Markdown!

Happy Life!

  1. This is the first footnote.


Getting Started with Markdown
https://mengyuchi.gitlab.io/2022/03/17/Learning-Markdown/
Author
Yuchi Meng
Posted on
March 17, 2022
Licensed under