Skip to content

quehuy2012/Technical-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Technical-Notes

Basic Syntax Test

Headers (ATX style)

First Level Header

Second Level Header

Third Level Header

Headers (Setext style)

First Level Header

Second Level Header

Line Breaks (hard and soft)

Here's a line
with a hard break (two spaces)

Here's a line with a soft break

Nested Lists

  1. First item
    • Nested unordered
    • Another bullet
  2. Second item
    1. Nested ordered
    2. Another number
  3. Third item

Emphasis

Italic text Bold text Bold and italic Underscore italic Underscore bold Triple underscore

Links

Basic link Link with title https://example.com [email protected]

Images

Alt text Alt text with title

Blockquotes

Simple blockquote

Nested blockquote

  • List in blockquote

Header in blockquote

Code

Inline code

def hello_world():
    print("Hello, World!")
Indented code block
(4 spaces or 1 tab)

Horizontal Rules




Extended Syntax

Tables

Header 1 Header 2 Aligned Right
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6

Task Lists

  • Completed task
  • Incomplete task
    • Nested completed task
    • Nested incomplete task

Footnotes

Here's a text with a footnote1 And another one2

Definition Lists

Term 1 : Definition 1 : Another definition

Term 2 : Definition 2

Strikethrough

Struck through text

Superscript/Subscript

H2O X^2^

Automatic Links

https://example.com [email protected]

GitHub/GitLab Specific Features

Mention

@username

Issue/PR References

#123 username/repository#123

Syntax Highlighting with Code

function example() {
    return "Hello, World!";
}

Task Lists (GitHub Style)

  • This is done
  • This isn't done

MultiMarkdown Specific Features

Citations

This is a statement[p. 23][#citation]

[#citation]: Author, Title (Year)

Glossary

[?term]: Definition of the term Term[?term]

Math

$E = mc^2$

Cross References

[Chapter 1]

Metadata

Title: Document Title Author: Author Name Date: 2025-02-18

HTML Support

Custom HTML content

Footnotes

  1. First footnote

  2. Second footnote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published