Skip to content

Latest commit

 

History

History
161 lines (104 loc) · 4.06 KB

demo.md

File metadata and controls

161 lines (104 loc) · 4.06 KB
title toc
Admonition Demo
true

Error Test

[!NOSUPPORT] Helpful advice for doing things better or more easily.

GitHub Test

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.

Callout Overview

[!ABSTRACT] Abstract: This paper discusses the advantages and challenges of microservice architecture.

Caution

Advises about risks or negative outcomes of certain actions.

[!CODE] Code snippet:

function fetchData() {
    return axios.get('/api/data');
}

[!CONCLUSION] Conclusion: Based on the analysis above, we've decided to implement Docker containerization.

[!DANGER] Danger! Critical security vulnerability detected in the system. Immediate action required.

[!ERROR] Error: Unable to connect to database. Please check your connection settings.

[!EXAMPLE] Example:

def hello_world():
    print("Hello, World!")

[!EXPERIMENT] Experiment: Testing the impact of new caching strategies on system performance.

[!GOAL] Goal: Reduce service response time by 30% by the end of this quarter.

[!IDEA] Idea: Implement a machine learning-based code quality detection system.

Important

Key information users need to know to achieve their goal.

[!INFO] System status: All services are operating normally. Current uptime: 99.99%.

[!MEMO] Memo: Technical review meeting scheduled for next Tuesday at 2:00 PM.

Note

Useful information that users should know, even when skimming content.

[!NOTIFY] System notification: Your password will expire in 30 days.

[!QUESTION] Question: How can we optimize database query performance?

[!QUOTE] "Code is like humor. When you have to explain it, it's bad." - Cory House

[!SUCCESS] Congratulations! Your code has been successfully deployed to production.

[!TASK] To-do list:

  • Update documentation
  • Deploy new version

Tip

Helpful advice for doing things better or more easily.

Warning

Urgent info that needs immediate user attention to avoid problems.

Customization

Choose a callout you prefer and add a title

[!TIP] Summary This is a summary using the TIP callout!

[!IDEA] Summary This is a summary using the IDEA callout!

Header Only Mode

You can choose to only to show the header!

[!ABSTRACT] This paper discusses the advantages of microservice architecture

[!CAUTION] Ensure all tests pass before merging to main branch

[!CODE] Execute npm install to install all dependencies

[!CONCLUSION] We've decided to implement Docker containerization

[!DANGER] Critical security vulnerability detected in the system

[!ERROR] Error: Unable to connect to database. Please check your connection settings

[!EXAMPLE] Git commit message format: "feat: add user authentication"

[!EXPERIMENT] Testing new caching strategy with Redis

[!GOAL] Reduce service response time by 30% by the end of this quarter

[!IDEA] Implement a machine learning-based code quality detection system

[!IMPORTANT] Please review and update your security settings

[!INFO] Current system status: All services are operating normally with 99.9% uptime

[!MEMO] Technical review meeting scheduled for next Tuesday at 2:00 PM

[!NOTE] Always backup your data before performing system updates

[!NOTIFY] System notification: Your password will expire in 30 days

[!QUESTION] How can we optimize database query performance?

[!QUOTE] "Code is like humor. When you have to explain it, it's bad." - Cory House

[!SUCCESS] Congratulations! Your code has been successfully deployed to production

[!TASK] Review and update API documentation by Friday

[!TIP] Use Ctrl + C to quickly terminate a running program

[!WARNING] Warning: This operation will delete all data