You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose the implementation of Markdown callouts in Gitea to enhance the clarity and effectiveness of documentation, issue discussions, and markdown files within repositories. Callouts, such as notes, tips, warnings, and cautions, are crucial for emphasizing important information, guiding users successfully through documentation, and ensuring critical warnings are not overlooked.
Markdown callouts would allow users to highlight various types of information distinctly, making it easier for readers to find and heed advice, warnings, and tips. The proposed syntax follows an intuitive format, leveraging Markdown's extensibility to include custom identifiers for different callout types:
Note (!NOTE): Highlights information that users should take into account, even when skimming.
Tip (!TIP): Provides optional information to help users be more successful.
Important (!IMPORTANT): Marks crucial information necessary for users to succeed.
Warning (!WARNING): Signals critical content that demands immediate attention due to potential risks.
Caution (!CAUTION): Indicates negative potential consequences of an action.
Note
This is a note.
Tip
This is a tip.
Important
This is an important note.
Warning
This is a warning.
Caution
This is a caution.`
Benefits
Enhanced Documentation Quality: By making it easier to create visually distinct, categorized informational blocks, we can improve the overall quality and user-friendliness of documentation in Gitea.
Increased User Success: Callouts can guide users more effectively through complex documentation, increasing their success and reducing frustration.
Improved Safety and Awareness: Clearly marked warnings and cautions can prevent users from making mistakes that could have serious consequences.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Feature Description
I propose the implementation of Markdown callouts in Gitea to enhance the clarity and effectiveness of documentation, issue discussions, and markdown files within repositories. Callouts, such as notes, tips, warnings, and cautions, are crucial for emphasizing important information, guiding users successfully through documentation, and ensuring critical warnings are not overlooked.
Markdown callouts would allow users to highlight various types of information distinctly, making it easier for readers to find and heed advice, warnings, and tips. The proposed syntax follows an intuitive format, leveraging Markdown's extensibility to include custom identifiers for different callout types:
!NOTE
): Highlights information that users should take into account, even when skimming.!TIP
): Provides optional information to help users be more successful.!IMPORTANT
): Marks crucial information necessary for users to succeed.!WARNING
): Signals critical content that demands immediate attention due to potential risks.!CAUTION
): Indicates negative potential consequences of an action.Note
This is a note.
Tip
This is a tip.
Important
This is an important note.
Warning
This is a warning.
Caution
This is a caution.`
Benefits
Screenshots
No response
The text was updated successfully, but these errors were encountered: