Code Monkey home page Code Monkey logo

huongdanmarkdown's Introduction

Hướng dẫn sử dụng Markdown

##Nội dung trình bày

  1. Các thẻ tiêu đề
  2. Đoạn văn bản
  3. Trình bày theo danh sách
  4. Liên kết
  5. Chèn hình ảnh
  6. Hiển thị code
  1. Các Thẻ Tiêu Đề: h1, h2, h3, h4…

Markdown sử dụng kí tự # để bắt đầu cho các thẻ tiêu đề, dựa vào số lượng kí tự # liền nhau sẽ hiển thị ra HTML tương ứng.

Dòng lệnh:

# Thẻ H1

## Thẻ H2

### Thẻ H3

#### Thẻ H4

Kết quả là: #Thẻ H1

##Thẻ H2

###Thẻ H3

####Thẻ H4

  1. Đoạn Văn Bản

Tất cả nội dung văn bản không cần nằm trong thẻ nào hết, mặc định Markdown sẽ chuyển nội dung vào trong thẻ p của HTML

  • Sử dụng kí tự _ hoặc * để in nghiêng:
_in nghiêng_
*chữ in nghiêng*
Kết quả:

_in nghiêng_

*chữ in nghiêng*
  • Sử dụng kí tự __ hoặc để ** in đậm:

    __in đậm__
    **chữ in đậm**

    Kết quả:

    in đậm

    chữ in đậm

  • Tạo đường kẻ gạch ngang

    Bạn gõ "---" hoặc "***" hoặc "___"

    Kết quả:




  1. Trình bày theo danh sách

  • Sử dụng kí tự * hoặc - đầu mỗi nội dung cần hiển thị

    * Nội dung 1
    
    * Nội dung 2
    
    * Nội dung 3

    Kết quả:

    • Nội dung 1

    • Nội dung 2

    • Nội dung 3

  • Danh Sách Có Sắp Xếp

    1. Nội dung 1
    
    1. Nội dung 2
    
    1. Nội dung 3
    
    1. Nội dung 4

    Kết quả:

    1. Nội dung 1
    2. Nội dung 2
    3. Nội dung 3
    4. Nội dung 4

Liên Kết

Để tạo liên kết bạn gõ như sau:

[tên link](https://github.com)
    
[tên link với chú thích](https://github.com "Website github")

Thay tên link là Github ta được kết quả:

Github

Github

Chèn Hình Ảnh

Cấu trúc như sau: bắt đầu bằng kí tự !

![Nội dung trong thẻ Alt](Đường Dẫn "Nội dung trong thẻ Title")

Smile

huongdanmarkdown's People

Contributors

phamtruong91 avatar

Watchers

 avatar  avatar

Forkers

hoangtho

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.