返回

Markdown Syntax Guide Practice

Learn Sample article showcasing basic Markdown syntax and formatting for HTML elements.

First article:learn use Markdown syntax create new page!

## Heading Type

Use different # can create Html element such as <h1>-<h6>.

H1

H3

Paragraph

This is a paragraph!

This is another paragraph!!

Blockquotes

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.

Blockquote without attribution

some code or source. Note that you can use Markdown syntax within a blockquote.

Blockquote with attribution

Don’t communicate by sharing memory, share memory by communicating.Rob Pike1

let a = 1, b = 2; console.log(a + b);

  • gelu2

Table

continue…


  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. ↩︎

  2. Just test syntax. ↩︎

Built with Hugo
Theme Stack designed by Jimmy