Hướng dẫn căn chỉnh bài viết trên VTI Blog

Hướng dẫn căn chỉnh bài viết trên VTI Blog

Nội dung:

Bài viết bao gồm các ví dụ sử dụng markdown và các thẻ để format bài viết.

Markdown:


Header – Đầu mục

Emphasis – Nhấn mạnh

Chữ nghiêng
Chữ nghiêng giống bên trên

Chữ in đậm
Chữ in đậm giống bên trên

Kết hợp các loại khác nhau

List – Danh sách

Không đánh số
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b
Đánh số
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Image – Ảnh

VTI JapanVTI Japan

Link

VTI Blog

Blockquotes – trích dẫn

We’re living the future so
the present is our past.

Inline code – đánh dấu phần nhỏ code trong dòng

Sử dụng thẻ <h1></h1> để đánh dấu đầu mục lớn

Table – Bảng

Header 1Header 2

VTI Japan Japan
VTI Viet Nam

Format Code


※ Do khi viết thẻ <pre> thì plugin tự động convert cho nên trong ví dụ thay <> bằng [], khi sử dụng mọi người dùng <> nhé.

Mặc định

↓↓↓

Language

Highlight 1 số dòng code

Các thuộc tính khác

NameDescriptionExample

lang Specify a Language ID, these are the folders in the langs directory and appears in the list of Languages in Settings. lang=”java”
url Load a file from the web or a local path. You give a relative local path instead of absolute (see Files). For languages with defined extensions (see Languages in Settings) you don’t even need to provide the lang attribute, as this will be detected if your file ends with it, as in the example. url=”http://example.com/code.java” or url=”java/code.java”
title Give a title for your code snippet. Appears in the toolbar. title=”Sample”
mark Mark some lines as important so they appear highlighted. You can specify single numbers, comma separted, a range, or a combination. mark=”5-10,12″
range Specify the range of lines from the input code to use in the output. You can specify a single number or a single range. range=”3-5″, range=”3″

※ Chi tiết: https://github.com/aramk/crayon-syntax-highlighter

Leave a Reply

Your email address will not be published. Required fields are marked *