Title comes here

简介: asdasdadawdwadaw

Title comes here (H1 header) {#index}

This is an abstract of the article outlining in 1-3 sentences the key points of the article below. It provides the reader an expectation as to what he/she can expect to read. (not sure what mark-down this should be)

Introduction header comes here  (H2 header)

This is some placeholder text to show examples of Markdown formatting. With Markdown we are able to define the style and formatting of the article we are writing. 

Prerequisites (H3 header)

Before you begin this guide you'll need the following:

  • A bulleted list for prerequisites

Step 1 — Basic Font and Code Formatting

This is italics and this is bold.

Here's a configuration file with a label:


[label /etc/nginx/sites-available/default]

server {

    listen 80 default_server;

    . . .

}

Here's output from a command with a secondary label:


[secondary_label Output]

Could not connect to Redis at 127.0.0.1:6379: Connection refused

Step 2 —Add Inline Code and Code Block

  1. This is inline code. This is a <^>variable<^>. This is an <^>in-line code variable<^>.

Title comes here (H1 header)

This is an abstract of the article outlining in 1-3 sentences the key points of the article below. It provides the reader an expectation as to what he/she can expect to read. (not sure what mark-down this should be)

Introduction header comes here (H2 header)

This is some placeholder text to show examples of Markdown formatting. With Markdown we are able to define the style and formatting of the article we are writing.

Prerequisites (H3 header)

Before you begin this guide you'll need the following:

l  A bulleted list for prerequisites

l  Familiarity with Markdown

Step 1 — Basic Font and Code Formatting

This is italics and this is bold.

Here's a configuration file with a label:

[label /etc/nginx/sites-available/default]

server {

    listen 80 default_server;

    . . .

}

Here's output from a command with a secondary label:

[secondary_label Output]

Could not connect to Redis at 127.0.0.1:6379: Connection refused

Step 2 — Add Inline Code and Code Block

1.    This is inline code. This is a <^>variable<^>. This is an <^>in-line code variable<^>.

  1. This is a non-root user command example:

sudo apt-get update
  1. This is a root command example:

adduser sammy
  1. This is a custom prefix command example:

FLUSH PRIVILEGES;

Step 3 —Add Image, Video, Note, and Table

Here's how to include an image:

Alibaba_Cloud_Logo

Here's how to embed a video:

目录
相关文章
|
前端开发
css 实现 title的效果,并且自己写修改类似title样式
css 实现 title的效果,并且自己写修改类似title样式
css 实现 title的效果,并且自己写修改类似title样式
|
25天前
|
前端开发 容器
HTML <div> 和<span>
【6月更文挑战第2天】HTML <div> 和<span>。
19 5
|
8月前
|
前端开发
前端第二课,HTML,alt,title,width/heigh,border,<a>超链接,target,tr,td,th
前端第二课,HTML,alt,title,width/heigh,border,<a>超链接,target,tr,td,th
|
1月前
|
移动开发 定位技术 HTML5
HTML5 - section、article和div
HTML5 - section、article和div
39 0
|
开发者
title 标签|学习笔记
快速学习 title 标签
78 0
HTML <td> 标签的 colspan 属性
HTML <td> 标签的 colspan 属性
172 0
|
JavaScript 前端开发
v-text和v-html
v-text和v-html
145 0
title前的图标怎么加上
title前的图标怎么加上
86 0
HTML label标签学习笔记
HTML label标签学习笔记
114 0
HTML label标签学习笔记