Summary

For each project, the user can create an extended description of the project with the possibility of syntactic markup.

To add a summary to the project, click on the "Add a SUMMARY" button.

This will display a text entry field and an interactive preview of your changes below it.

To save the changes, the user must click the “Save” button.

If it is necessary to make edits to the summary text after saving, the user can open the editor by clicking the “Edit” button.

For the summary text, the following text markup rules are used:

# Heading 1
## Heading 2
### Heading 3

**Bold text**

*Italics*

Lists:
- List item 1
- List item 2

[Link text](http://example.com)

Insert image:
![GitHub Logo](https://img.icons8.com/?size=50&id=12599&format=png)

Code blocks:
```
def hello():
    print("Hello, world!")
```

Horizontal dividing line:
---

Last updated